- From: Mark Davis <markdavis@ispchannel.com>
- Date: Fri, 21 Jul 2000 06:52:54 -0700
- To: "Nitin Goel (by way of Martin J. Duerst <duerst@w3.org>)" <nitin_goel@yahoo.com>
- CC: www-international@w3.org
Unicode can be expressed many ways: with sequences of 8-bit, 16-bit, or 32-bit code units. Different forms are suited for different environments, and the conversion between all of these forms is fast and algorithmic. For more details, see http://www-4.ibm.com/software/developer/library/utfencodingforms/index.html To address your particular problem I'd suggest looking at ICU, a cross-platform, open-source library sponsered and used by IBM. For more details, see http://oss.software.ibm.com/icu/ Mark "Nitin Goel (by way of Martin J. Duerst )" wrote: > Hi everybody, > > This is a desperate appeal for all you souls to help > me out with a problem I face. I have a unicode server > which handles database files. Now I assumed that > unicode is 16bit data (is that too bad an assumption > !?) > Anyway, it so happens that while On NT and AIX wchar_t > does translate to a 16 bit value, things are very much > different on SunOs and HPUX !! There wchar_t is > defined > as long and int respectively ! And now I am stuck with > > a lot of code and database files. Has anybody faced > this > problem before ? Is there any input someone can give > me > regarding porting unicode enabled code ? > > Can I work around this by geting a third party unicode > library from somewhere and linking my code to it > rather > than the system libraries on these platforms ? > > Any help/input on this would be extremely valuable. > > Thank you, > Nitin > PS> Please mail me the responses as I am not > subscribed to any of these mailing lists. > > __________________________________________________ > Do You Yahoo!? > Get Yahoo! Mail $BK(BFree email you can access from anywhere! > http://mail.yahoo.com/
Received on Friday, 21 July 2000 09:51:37 UTC