Replies: 1 comment
-
C# has utf-8 string literals you could use ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Strings are default to be encoded in UTF-16. I want to get UTF-8 strings. There is no method to convert UTF-16 to UTF-8.
Beta Was this translation helpful? Give feedback.
All reactions