Hi,
maybe this is not the right forum, but probably interesting here too.
I used for the "Euro-sign" (new european currency) this construct:
String cur = "€";
This was working for JDK from IBM 1.3.0
Now I installed Suns 1.3.2 and this gives me an error.
Here I have to use:
String cur = "\u20AC";
This also works for IBM's JDK.

Is this both (in principle) ok or should the first notation be avoided?

Regards,
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to