hello,
i'm making wiki-like program with richtextbox(wpf) and facing some problem.
when i typed korean text in richtextbox, some characters are missing as below.
someone knows how to solve this?
Hello,
I'd like to attempt to reproduce this on my end by building a small app that attempts to add the text you typed into a xamRichTextEditor. I am unfamiliar with Korean. Would it be possible for you to provide that text in a format I can copy and paste into my test application?
Thanks for your replying!
As I tested, looks copy and paste function is working normally so if you want to reproduce my case on your end, I recommend you to add a Korean keyboard layout on your PC firstly, then change the keyboard language to Korean. And type "rkskekfkakqktk" in RichTextBox. It should show exactly "가나다라마바사" but now it shows "가다마사".
rk = 가
sk = 나 (missing)
ek = 다
fk = 라 (missing)
ak = 마
qk = 바 (missing)
tk = 사
hope this helps=)