[omniORB] Unicode codesets

Andrew Novikov anovikov at artezio.ru
Thu Mar 18 20:07:01 GMT 2004


> Has anyone successfully implemented a UCS-4 to UTF-16 Unicode Solution?

I am implementing such system now. It consists of several CORBA services
that use wstrings heavily and work on different platforms (Linux and
windows now, hp-ux planned). Generally omniORB does its job but
sometimes I come across rough edges. E.g. most unices use UCS-4 for wide
strings (at least all GNU/Linux systems do) but libomniORB4 does not
know how to handle UCS-4 and even worse - omniNames and omniMapper are
not linked with libomniCodeSets4. Thus when I set nativeWCharCodeSet =
UCS-4 omniNames and omniMapper stop working :-(
-- 
Andrew Novikov




More information about the omniORB-list mailing list