CRichEditCtrl not apble to display Chinese arabic and other language characters
-
Hello, I am working on an mfc chat application in which i want to incorporate chatting in multiple languages. I am able to type arabic and chinese and other languages in the text box but it is not able to dislay it in CRichEditCtrl. Please tell me whats the reason. Thanks In Advance.
-
Hello, I am working on an mfc chat application in which i want to incorporate chatting in multiple languages. I am able to type arabic and chinese and other languages in the text box but it is not able to dislay it in CRichEditCtrl. Please tell me whats the reason. Thanks In Advance.
Try getting the raw text from the richedit control - and look through to see what font it being used. I'd suspect that the rich edit control is using a font that can't display your characters... Have a look at http://www.codeproject.com/KB/edit/rulerricheditctrl.aspx[^], a good article using the rich edit control, and try typing using different fonts - it may help with your problem. Iain.