Re: storing Japanese characters
From: Shige Takeda <smtakeda_at_earthlink.net>
Date: 1999/12/08
Message-ID: <384E1E71.7BFA323E_at_earthlink.net>#1/1
Date: 1999/12/08
Message-ID: <384E1E71.7BFA323E_at_earthlink.net>#1/1
BTW, I would not recommend you using NCHAR, NVARCHAR2, and NCLOB
data types for UTF8 character set.
NCHAR types are the "second character set data type" when you need
two kinds of character sets at the same time.
Originally, I believe, NCHAR was invented for FIXED width Asian
data, like JA16SJISFIXED. So the naming "national character set"
may not represent NCHAR correctly.
In your case, if you just need UTF8, you don't need NCHARs.
Thanks,
-- Shige Takeda smtakeda_at_earthlink.netReceived on Wed Dec 08 1999 - 00:00:00 CET