[omniORB] Problem setting UTF-8

Gary Duzan gduzan at bbn.com
Fri May 27 11:17:36 BST 2005


In Message <4297180D.8090306 at space-comm.com> ,
   Damian Minkov <damian at space-comm.com> wrote:

=>I'm having trouble setting nativeWCharCodeSet.
=>
=>omniORB: ORB_init failed: Bad parameter (UTF-8) for ORB configuration 
=>option nativeWCharCodeSet, reason: Unknown code set name
=>Caught CORBA::SystemException.
=>
=>In the  documentation is said :
=>"The names available are printed out at start-up "
=>
=>Here what I have at startup with default values:
=>Native char code sets: ISO-8859-1 UTF-8.
=>
=>omniORB: Native char code sets: ISO-8859-1 UTF-8.
=>omniORB: Transmission char code sets: ISO-8859-1(1.2) ISO-8859-1(1.1) 
=>ISO-8859-1(1.0) UTF-8(1.2) UTF-8(1.1).
=>omniORB: Native wide char code sets: UTF-16.
=>omniORB: Transmission wide char code sets: UTF-16(1.2).
=>
=>
=>Where is the problem ?

   You are trying to set the "wchar" code set, and UTF-8 is only
supported as a "char" code set. Try "nativeCharCodeSet" and/or UTF-16.

					Gary Duzan
					BBN Technologies





More information about the omniORB-list mailing list