FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Could [x]harbour+fwh support Unicode ?
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Could [x]harbour+fwh support Unicode ?
Posted: Wed Nov 22, 2006 03:16 AM

Hi,
A case must support sevaral languages , some input datas from unicode files ,Could [x]harbour+fwh support Unicode ?

Thanks !

Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Could [x]harbour+fwh support Unicode ?
Posted: Wed Nov 22, 2006 07:55 AM

Shuming,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Could [x]harbour+fwh support Unicode ?
Posted: Sat Nov 25, 2006 02:15 AM

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

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 5
Joined: Mon Mar 12, 2007 10:44 AM
Could [x]harbour+fwh support Unicode ?
Posted: Tue Mar 13, 2007 02:22 AM
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
Posts: 218
Joined: Fri Oct 07, 2005 01:55 AM
Could [x]harbour+fwh support Unicode ?
Posted: Tue Mar 13, 2007 06:16 AM
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
Posts: 283
Joined: Sat Oct 15, 2005 06:40 AM
Could [x]harbour+fwh support Unicode ?
Posted: Wed Mar 14, 2007 12:03 PM
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?
Ciao, best regards,

Ugo

Continue the discussion