[omniORB] IDLcompiler - String problem
Santosh Kharolkar
kharolkar@cheerful.com
Wed, 2 Aug 2000 17:39:04 +0200
Hello
Say abc.idl is
module Tst {
typedef string Fwstr;
const Fwstr unknownstr = "\\1";
};
Then command "omniidl -b dump abc.idl "
fails to produce the correct output. (Omniorb ver 3 on NT 4.0 platform)
I know the dump is for test purpose only. but how to fix this so that when
from the back end I try to emit the strings with special chars, they are
produced correctly.
Thanks a lot
Regards
Santosh