Page 1 of 1

Could [x]harbour+fwh support Unicode ?

Posted: Wed Nov 22, 2006 3:16 am
by ShumingWang
Hi,
A case must support sevaral languages , some input datas from unicode files ,Could [x]harbour+fwh support Unicode ?

Thanks !

Shuming Wang

Posted: Wed Nov 22, 2006 7:55 am
by Antonio Linares
Shuming,

Yes. FWPPC uses unicode. FWH provides AnsiToWide() and WideToAnsi() so you can convert from ansi to unicode and viceversa.

Posted: Sat Nov 25, 2006 2:15 am
by ShumingWang
Antonio,
Could fwh directly display /say and input/get unicode/UTF-8 in a dialog ? diffrent languages items in one dialog , if convert items into ansi, may display discorder codes .

Best regard!

Shuming Wang

Posted: Tue Mar 13, 2007 2:22 am
by wktsang1
ShumingWang wrote:Antonio,
Could fwh directly display /say and input/get unicode/UTF-8 in a dialog ? diffrent languages items in one dialog , if convert items into ansi, may display discorder codes .

Best regard!

Shuming Wang
Hi Mr Wang,

I am using FiveWin for xHarbour to development the application and also facing unicode problem, some Chinese character like the attached image is unable to type in the text box, it will show in '?' after typing.

http://202.146.109.43/testing/unicode.jpg

Do you facing the similar problem and have yopu solved the problem now? Would you give me some advice about this?

Regards,
Thomas

Posted: Tue Mar 13, 2007 6:16 am
by Taiwan
wktsang1 wrote:
ShumingWang wrote:Antonio,
Could fwh directly display /say and input/get unicode/UTF-8 in a dialog ? diffrent languages items in one dialog , if convert items into ansi, may display discorder codes .

Best regard!

Shuming Wang
Hi Mr Wang,

I am using FiveWin for xHarbour to development the application and also facing unicode problem, some Chinese character like the attached image is unable to type in the text box, it will show in '?' after typing.

http://202.146.109.43/testing/unicode.jpg

Do you facing the similar problem and have yopu solved the problem now? Would you give me some advice about this?

Regards,
Thomas
Hello Thomas,

Could you use Themes into your EXE file?
I know FWH's TGet not support 2 bytes(Chinese) input Chinese when your
application add Themes interface.
I know you can download unicode solution from web site. It support some
AP not support unicode font when you input unicode character.

Regards,

Richard
Fivetech.net Taiwan

Posted: Wed Mar 14, 2007 12:03 pm
by Ugo
Antonio Linares wrote:FWH provides AnsiToWide() and WideToAnsi() so you can convert from ansi to unicode and viceversa.
Antonio,
exist a function for test if are presents any UNICODE characters in the string?