[
Lists Home |
Date Index |
Thread Index
]
IBM has an open source library for Unicode they call International
Components for Unicode (ICU). They have both Java and C++ versions.
I believe the URL is http://oss.software.ibm.com/icu/, although I'm not able
to connect to it at the moment.
-----Original Message-----
From: Trevor Croll
To: xml-dev@lists.xml.org
Sent: 2/8/02 7:27 PM
Subject: [xml-dev] Input and output routines for Unicode in C++
What source is available in C++ for recognising UTF-8, UTF-16 and other
file types.
Which I could use in my own programs,
Is there a: Gut and Put Unicode.h and .cpp that has these functions in
them?
short int getchar(); takes from input stream recognised as UTF-8, UTF-16
or
some other format and delivers a 16bit character value and increments a
pointer by the right amount.
Many thanks and best regards Trevor Croll
|