Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Character set blues...
Jeremy wrote:
> In article <d1sdvr$7vr$1_at_news2.zwoll1.ov.home.nl>, Frank van Bortel
> says...
>
>>*How* do you look inside your clob? Just an hint: could it >>be your *tool* to inspect your clob does not recognize the "๋" in >>ori๋nterend and displays a question mark? >>
Well, in that case, I don't understand the:
<quote>
Whe we look into the CLOB we don't see these - instead we see e.g.
"ori?nterend".
</quote>
OK - may we conclude from this that:
- the HTTP is correct - the interface to the database is correct - the database itself is correct - the tool(s) used to inspect the CLOB is/are correctwith correct being correct as far as NLS settings are concerned.
>
>>The http post is in what character set?
See above - seems OK
>
>>The NLS_LANG environment variable of the client, that >>picks it (the XML message) up, has what setting?
Yes - but the values?!? Seems OK - see above
>>Your database uses what settings as characterset?
Capable of displaying accented characters
>
>>The tool you use, uses what for NLS_LANG?
>>Another hint: use the dump() function >>
Yes
>
> Hmm... just tried
>
> select dump('a') from dual;
>
> DUMP('A')
> ----------------
> Typ=96 Len=1: 97
>
> 97 is the ascii code for lower case 'a' - what is the typ=96? Or I could
> RTFM of course.
>
Well - the ASCII code is what it's all about (as a tool to see is the diacritical characters come over). We've established they do - so it's a futile exercise by now.
If you still have a problem, explain where.
-- Regards, Frank van BortelReceived on Thu Mar 24 2005 - 07:19:49 CST
![]() |
![]() |