[omniORB] Hexadecimal constants
Duncan Grisby
duncan@grisby.org
Fri, 26 Apr 2002 14:58:50 +0100
On Friday 26 April, Leandro Fanzone wrote:
> A small detail, perhaps already fixed. We're currently using omni 3.0.4
> on Linux x86, and an IDL with the following sentence:
>
> const string SOME_CONSTANT = "\x1c";
>
> generates a stub code in C++ with the following form:
>
> const char *SOME_CONSTANT = "\0034";
I'm amazed that nobody had spotted that before. It had already been
fixed in omniORB 4 due to other changes. I've fixed it for omniORB 3.
The fix is in SourceForge CVS.
Once I get my act together, I intend to do omniORB 3.0.5 and omniORB
4.0 beta 2 releases, as the first non-AT&T versions.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --