Unicode support

Everything else that doesn't fall into one of the other PB categories.
horst
Enthusiast
Enthusiast
Posts: 197
Joined: Wed May 28, 2003 6:57 am
Location: Munich
Contact:

Unicode support

Post by horst »

Here is an email from a Japanese user of my program "MemPad":
+++++
Dear Mr.Scaeffer,

This is ********** from Japan.
I'm not sure MemPad suports Uni-code(2 byte characters like Japanse).
In my PC with WindowsXP MemPad works well. but Windows 2000 is not good.
The index(left side) cannot show 2 byte characters. Right side is OK.

We use Japanes file name, unfortunely "file:\" cannot link these file.
If possible, Please suport 2 byte characters. English menu is OK.

Best regards, ...
+++++

I am surprised that my program works in Japanese at all, though I have done absolutely nothing to suport Unicode. Under Windows 2000 there seem to be problems with the TreeGadget, but EditorGadget, buttons and menus seem to work nicely.

Now, my question is: when PureBasic supports Unicode (expected in version 4.0), will this be sort of an automatic support, or will I have to do a lot of programming with a lot of special functions?
Horst.
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It will come with v4 and will be fully automatically (only a compiler flag - so you need to ship 2 executables but this can't be avoided).
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Post by Intrigued »

Fred wrote:It will come with v4 and will be fully automatically (only a compiler flag - so you need to ship 2 executables but this can't be avoided).

That will be ahead of another platform I use, along with PB. Thanks for the heads up Fred.
Intrigued - Registered PureBasic, lifetime updates user
horst
Enthusiast
Enthusiast
Posts: 197
Joined: Wed May 28, 2003 6:57 am
Location: Munich
Contact:

Post by horst »

Fred wrote:It will come with v4 and will be fully automatically (only a compiler flag - so you need to ship 2 executables but this can't be avoided).
That sounds nice. Offereing 2 versions is no problem.
Thanks, Fred!
Horst.
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

It will come with v4 and will be fully automatically (only a compiler flag - so you need to ship 2 executables but this can't be avoided).
Well! Doesn't any Windows version starting from Windows98SE (2nd Edition) and up have unicode support anyway?
Only Win98 (1st edition), and Win95 has issues with unicode. or?
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

No, you have to put a dll in win9x/Me to have unicode support.
okasvi
Enthusiast
Enthusiast
Posts: 150
Joined: Wed Apr 27, 2005 9:41 pm
Location: Finland

Post by okasvi »

Fred wrote:No, you have to put a dll in win9x/Me to have unicode support.

isnt unicode support already shifted on 9x/Me years ago along winupdate? i dont give any guarantee to anything i have coded without latest windows updates...
Post Reply