Using Unicode in Win95/98

Hi,

I am programming an application that will be used in Japan, Korea, and China. I am using unicode by defing _UNICODE and UNICODE in the project settings (Visual C++)

all my Literal strings are defined using the _T() macro.
ie:
OutputDebugString( _T( "The debug message
") );


The problem is that while this works fine on a windows 2000 machine - it does not work on a Win98 or Win95 machine.

I need to know two things

1) Are there any DLL's, or any something that I can use to make Win95 and Win98 recognise Unicode chars, without having to convert them myself.

2) Even if there are no such DLL's ... do the Japanese, Korean, and Chinese versions of win95/98 support Unicode conversion (as win2000 does)?


Hope this is clear enough


Any help would be appreciated

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories