Chinese characters in FWH

John
Posts: 67
Joined: Mon Dec 26, 2005 7:44 am
Location: The Netherlands

Chinese characters in FWH

Post by John »

Hi,

I have seen several old posts about using chinese characters in FiveWin, is there already a (good) solution to this one? (for GETting, saving in a DB and printing?)

I'm using FWH2.7.

Regards,

John.
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Chinese characters in FWH

Post by richard-service »

Hi, John

I think yes, but some problem will be solve it.
Ex. Unicode and WinXP themes.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
John
Posts: 67
Joined: Mon Dec 26, 2005 7:44 am
Location: The Netherlands

Re: Chinese characters in FWH

Post by John »

Hi Richard,

you mean exclude WinXp manifest? What do you mean with ex unicode?

Regards,

John.
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Chinese characters in FWH

Post by richard-service »

John wrote:Hi Richard,

you mean exclude WinXp manifest? What do you mean with ex unicode?

Regards,

John.
>>you mean exclude WinXp manifest?
Yes, right.

>>What do you mean with ex unicode?
some Chinese characters, we input it became "?"
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: Chinese characters in FWH

Post by ShumingWang »

The cursor shows wrong position. it seems unicode like 3 char length, after input a Chinese word, the cursor jump 3 char , but show right 2 char position.
Regards !
Shuming Wang
John
Posts: 67
Joined: Mon Dec 26, 2005 7:44 am
Location: The Netherlands

Re: Chinese characters in FWH

Post by John »

Ni Hao :D

so is there a way to bypass that unicode effect?

Regards,

John.
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Chinese characters in FWH

Post by richard-service »

Hi,

we wait Unicode solution from xHarbour or FWH.
WinXP themes problem, Antonio make TEdit Class.
But it's simple, we need enhance more functions same as TGet Class.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
John
Posts: 67
Joined: Mon Dec 26, 2005 7:44 am
Location: The Netherlands

Re: Chinese characters in FWH

Post by John »

Hi,

any idea when xHarbour or FWH come with that solution? :-)

Regards,

John.
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Chinese characters in FWH

Post by richard-service »

Hi,

I think modify/enhance unicode function's source code.
Now, I think you can use FWH develop Chinese version App. No problem.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
John
Posts: 67
Joined: Mon Dec 26, 2005 7:44 am
Location: The Netherlands

Re: Chinese characters in FWH

Post by John »

Hi Richard,

can you please tell me how i can do that? Develop a chinese version app? Do you have examples, libraries etc?

removing the XP manifest actually makes it worse in my app: with XP manifest i am able to at least GET chinese characters in a MEMO field (lost when saving) and without the manifest only ??? appears.

I also came across a very old message from FiveWin.com talking about a ChinGet.zip for FW1.9.2. But that one i cant find anymore.

Thanks in advance,

John.
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: Chinese characters in FWH

Post by ShumingWang »

Here, www.xtech.com.cn/down/tget.prg
Regards!
Shuming Wang
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Chinese characters in FWH

Post by richard-service »

ShumingWang wrote:Here, http://www.xtech.com.cn/down/tget.prg
Regards!
Shuming Wang
Hi Wnag,

Any news TMySQL upgrade?
I lose QQ, have you cell phone number that we can use wechat software.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
John
Posts: 67
Joined: Mon Dec 26, 2005 7:44 am
Location: The Netherlands

Re: Chinese characters in FWH

Post by John »

Hi Wang Shuming,

thanks for the tGet example. I just add that one to my RMK script or do i have to do more?

The next step would be saving the data, i dont have to change anything there? (still using DBF and FPT files).

Retrieving data should also be fine? And how about printing?

thanks in advance (sorry to bother everyone so much with it, but i really want my app to be able use chinese characters now! :P

Regards,

John.
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: Chinese characters in FWH

Post by ShumingWang »

To print Chiense words,To save data to DBF ,they are the same as English chars.
But tget.prg do not support Unicode either.
Shuming Wang
John
Posts: 67
Joined: Mon Dec 26, 2005 7:44 am
Location: The Netherlands

Re: Chinese characters in FWH

Post by John »

what do you mean that this tGet doesnt support unicode? i thought this one would make it possible to input chinese characters?

Regards,

John.
Post Reply