Im assigning value to ultratexteditor, which I retrived from oracle database.
Data, Which i retrive is Unicode(Multiple language like chinese, French etc)
I can view the unicode data in debugging mode, before bound the value to ultratexteditor.
After bound data to texteditor, i can see only some rectangle, not the exact data.
Should i modify any property in ultratexteditor?
Thanks in advance.
Hi,
The only thing I can think of is that perhaps your UltraTextEditor is using a Font that does not support unicode. Maybe you need to set the FontData.Name to a unicode-capable font.
Mike Saltzman"] Hi, The only thing I can think of is that perhaps your UltraTextEditor is using a Font that does not support unicode. Maybe you need to set the FontData.Name to a unicode-capable font.
I have the same problem and I am using Arial. That font should support unicode. Any other fonts, or suggestions that I can try?
Have you tried using an inbox TextBox control with the same text? If the inbox control works and UltraTextEditor does not, then it might be a bug.