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
Something like 010 Editor: char text[100] <encoding="UTF16-LE">
A weird cross of 010 Editor and C++ templates: char<encoding="UTF-16LE"> text[100];
Something akin to GCC attributes: char text[100] encoding("UTF-16LE"); or char text[100] attribute(encoding="UTF-16");
And some other things that might want to be covered by the same syntax:
Something along these lines, perhaps:
char utf16_text[x] <encoding=UTF-16LE>;
The text was updated successfully, but these errors were encountered: