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

Home -> Community -> Usenet -> c.d.o.server -> Re: Inserting Unicode Data.

Re: Inserting Unicode Data.

From: Andy Hassall <andy_at_andyh.co.uk>
Date: Sat, 30 Oct 2004 14:43:34 +0100
Message-ID: <ug67o05ch44eoacacvgr5r463agto2r664@4ax.com>


On Sun, 31 Oct 2004 13:03:38 +0100, Frank van Bortel <fvanbortel_at_netscape.net> wrote:

>Iirc, somewhere in these manuals, there is a remark,
>that a scenario as above ('any language'), is best
>served with AL16UTF16 (not(!) the default AL32UTF8!!!),
>especially when the clients run Windows.
>There's even a rationale, which I cannot remember right now.

 Window's internal Unicode encoding is UTF16, so if the data goes directly into a native GUI element or OS function, it'd have to either be converted to UTF16 by the app, or converted by Oracle using NLS_LANG, or you could have the whole lot in UTF16 and cut out the conversions entirely, if it makes sense taking into account the points Howard makes in the other reply.

-- 
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Received on Sat Oct 30 2004 - 08:43:34 CDT

Original text of this message

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