CORBA formal 00-11-03 3.2.5.4 states that wstring literals have an L prefix, as in the example
const wstring S1 = L"Hello";
The same thing is true for wchar literals.
idlj doesn't accept the L.
********************************************************************************
###@###.### 2001-11-02
Fix verified OK
- With build: j2sdk-1_4_0-beta3-bin-b84-solsparc-20_oct_2001
- With test: tests/product/rmi-iiop/JavaToIdlMapping/ValueTypes/constants01/Test1.java
Similar failure as 4382578 but this one dealt with wstring
********************************************************************************
const wstring S1 = L"Hello";
The same thing is true for wchar literals.
idlj doesn't accept the L.
********************************************************************************
###@###.### 2001-11-02
Fix verified OK
- With build: j2sdk-1_4_0-beta3-bin-b84-solsparc-20_oct_2001
- With test: tests/product/rmi-iiop/JavaToIdlMapping/ValueTypes/constants01/Test1.java
Similar failure as 4382578 but this one dealt with wstring
********************************************************************************
- relates to
-
JDK-4382578 idlj can not compile wide character literal
- Closed