[omniORB] String litteral with double quote caracter

Cyril.Baurand@ch.delarue.com Cyril.Baurand@ch.delarue.com
Tue Feb 4 10:46:01 2003


Hi all,

Is there a bug in omniorb 3.04 (windowsnt/ c++) for the compilation of an
idl file containing 
a const string with a double quote inside ?

Example :
I want to have a C++ const string like this : str = "qwertz \" ";

First IDL file : 

const string str = "qwertrz \\\" ";

It produces this C++ string : str = "qwertrz \\" ";


Second IDL file :

const string str = "qwertrz \\" ";

It produces this C++ string : str = "qwertrz \\" ";


Third IDL file :

const string str = "qwertrz \" ";

It produces this C++ string : str = "qwertrz " ";

Can someone explains me what happend ??


Thanks.




This message is strictly private and contains confidential information intended only for the use of the person named above. If you have received this e-mail in error and are not the intended recipient you must not disclose, copy or distribute it to anyone else. Please immediately advise the sender and delete this email and all attachments.