Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Clob and characters from 0x80-0xa0 (128-160)

Re: Oracle Clob and characters from 0x80-0xa0 (128-160)

From: bung ho <bung_ho_at_hotmail.com>
Date: 14 Jul 2003 11:43:20 -0700
Message-ID: <567a1b1.0307141043.4186097a@posting.google.com>


woops. i don't know why it doesn't work for you then, it prints out the euro for me fine (and i have almost the exact same setup as you). maybe you should post your code (the CLOB insert as well as the retrieval and print statements)

the fact that it's only 0x80-0x9f still makes me think it has something to do with Cp1252 vs. ISO-8859-1.

"Ilia" <nospam_at_deathtospam.com> wrote in message news:<zsDPa.101359$8B.52664_at_twister.nyroc.rr.com>...
> Thank you for your interest, here is more info:
>
> I run java program on Windows XP professional, JVM 1.3.1 with
> a -Dfile.encoding=ISO-8859-1 JVM parameter. Oracle server is running under
> Linux 7.3.
>
> With this parameter, code
>
> char c = 0x80
> System.out.println(c);
>
> prints out a Euro symbol.
>
> You are right and the range is 0x80-0x9f.
>
Received on Mon Jul 14 2003 - 13:43:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US