Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: various international languages
Not sure I understand the question, but if you declare the name column to be
of type NCHAR (or NVARCHAR2 if you insist), and also created the database
with a national character set of something Unicode, then that column will
perfectly happilly accept entries in Sanskrit, Russian, Japanese, Chinese,
Swahili -you name it.
As yet, Unicode doesn't support dinky di Australian however.
Regards!
HJR
"Alex Lytvyn" <alexlytvym_at_home.com> wrote in message
news:mG4B7.62852$YL3.16521308_at_news3.rdc1.on.home.com...
> Hi gurus,
>
> Thanks in a advance.
> Is it possible not to use NCHAR, NCLOB, NCHARVAR2 as a type of fields in
> records where it's necessary to support
> various international languages? For a example One record with field Name
is
> in Russian, another - China ...
>
> Thanks a lot.
>
> Alex.
>
>
>
Received on Tue Oct 23 2001 - 01:18:14 CDT
![]() |
![]() |