Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
UltratextEditor - unicode bound
posted

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. 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     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.

Children