Re: Unicode support for C/C++

If it is for Windows NT, you don't want to use UTF-8. Windows NT handles
UTF-16 already, natively.

Mark
—————

Ὀλίγοι ἔμφονες πολλῶν ἀφρόνων φοβερώτεροι — Πλάτωνος
[http://www.macchiato.com]
----- Original Message -----
From: "souravm" <souravm@infy.com>
To: <www-international@w3.org>
Sent: Sunday, August 19, 2001 23:12
Subject: Unicode support for C/C++


> Hi All,
>
> I've a software written in C in Windows NT platform. I want to upgrade
> it for Unicode support. I got this information from net that - C can
> also handle Unicode by using UTF-8 as the multi-byte encoding in the
> char * type. I want to know hoe excatly it can be implemented.
>
> Thanks in advance,
> Sourav
>
>

Received on Monday, 20 August 2001 11:22:34 UTC