Page 1 of 1

Unicode Support?

Posted: Tue Jun 12, 2007 9:42 pm
by swarovski
Does the current Textbox control in Dialog support Unicode input?

I have input some Asian characters and use EditFile plugin to write those contents into a text file. (in UTF-8 encoding).

All the Asian characters become ??.

Any other workarround?

Thanks in adavance.

Re: Unicode Support?

Posted: Wed Jun 13, 2007 1:51 am
by swarovski
I have just tried the following and I guess the either Textbox control in Dialog or MessageBox does not support Unicode.

1. go to http://de.yahoo.com/ to copy some Dutch text.
2. go to http://www.yahoo.co.jp/ to copy some Japanese text.
3. paste both of the text into a single textbox.
4. store the value of the textbox into a variable.
5. use MessageBox to show the value of the variable to verify.


swarovski wrote:Does the current Textbox control in Dialog support Unicode input?

I have input some Asian characters and use EditFile plugin to write those contents into a text file. (in UTF-8 encoding).

All the Asian characters become ??.

Any other workarround?

Thanks in adavance.