Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: charset for kangi
MTNorman schreef:
> On Jan 30, 10:19 am, ehilah <p..._at_tin.it> wrote:
>> I have to create in instance on which I'll have euoropen characters and >> kangi charactes (english, italian, french ,german ,sweden and kangi ...) >> is correct to use utf8 character set ? or is it better to use al16utf16 >> by >> PP
In that case, I'd go for WE8MSWIN1252, with the problem of having to code different fields, using the National character set (1 field would be a varchar2, the other nvarchar2. Both fields contain the same information, the nvarchar field in Kanji). This is a coding and maintenance nightmare in the make.
I would not go for different fields at all when designing such an application, but rather have one characterset. I would always opt for the AL16UTF16, because: - it is closest to the Windows code set (like it or not,
most clients use that on the desktop to enter characters) - it is fixed double byte.
There may be other considerations, which would make the
first option a viable choice.
Simple UTF8, as you call it, is not 10G - AL32UTF8 is.
And it is a valid choice.
Take a look at
http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14225/ch2charset.htm#i1007681
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Tue Jan 30 2007 - 13:37:11 CST