From: | Ian Barwick <barwick(at)gmx(dot)net> |
---|---|
To: | "Somasekhar" <sbangalore(at)zensutra(dot)com>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Need Help on Japanese language |
Date: | 2002-11-25 22:23:42 |
Message-ID: | 200211252323.42573.barwick@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Monday 25 November 2002 10:48, Somasekhar wrote:
> Hi,
>
> I have a postgres database running on a english linux box.what settings
> need to be done , so that i can insert japanese characters into the
> database.
Insertion of Japanese text should work regardless of however
your installation is set up. Manipulating the data is what will
cause headaches; this link:
http://www.postgresql.org/idocs/index.php?multibyte.html
should help you on the PostgreSQL side of things, but you
will also need to look deeply into the wonderous world of Japanese
character set handling in order to get the data cleanly from and
to your application.
Two links for further reading:
http://www.csse.monash.edu.au/~jwb/japanese.html
http://www.praxagora.com/lunde/
HTH
Ian Barwick
barwick(at)gmx(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Colin Stearman | 2002-11-25 22:58:57 | Database backup and restore |
Previous Message | Eric Hallander | 2002-11-25 17:00:07 | ALLOW_ABSOLUTE_DBPATHS |