You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also found #687 but that issue relates to C++ identifiers.
I see no immediate reason (and could not find one by searching through the repo) why UTF-8 encoded attribute values could not be properly generated in C++ code. GCC and Clang should pose no problem. For MSVC this might require setting the byte-order-mark in the generated source file though I'm not 100% sure about that (see Docs ).
The text was updated successfully, but these errors were encountered:
gbc successfully parses UTF-8 encoded bond files with attribute values like this one:
It generates the UTF-8 encoded JSON schema file without issues:
Unfortunately, gbc fails when generating C++ (or C#) code with an error:
I tried Haskell string escaping but to no avail.
I also found #687 but that issue relates to C++ identifiers.
I see no immediate reason (and could not find one by searching through the repo) why UTF-8 encoded attribute values could not be properly generated in C++ code. GCC and Clang should pose no problem. For MSVC this might require setting the byte-order-mark in the generated source file though I'm not 100% sure about that (see Docs ).
The text was updated successfully, but these errors were encountered: