Anyway to get the RichEditBox's RTF to use unicode for non-English languages? #10133
Unanswered
AlexanderBlackman
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You may want to try the method shown here on a blank rich edit box. It is in C++ but it is achievable in C# too: https://stackoverflow.com/questions/1782409/unicode-rtf-text-in-richedit |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I type Chinese, things end up encoded in GB2312 not unicode.
Is there anyway to force unicode? I know there's using\utf8 in the header instead of \ansi\ansicpg1252 works for manual rtf, but I don't know how to change it.
Beta Was this translation helpful? Give feedback.
All reactions