Re: Can postgresql support chinese word? - Mailing list pgsql-general

From Michael Glaesemann
Subject Re: Can postgresql support chinese word?
Date
Msg-id F7D7B03C-1D06-4272-86A8-BB77BE8E1A02@seespotcode.net
Whole thread Raw
In response to Can postgresql support chinese word?  (smithveg <smithveg@gmail.com>)
List pgsql-general
On Aug 28, 2007, at 22:33 , smithveg wrote:

> Anyone can tell me does PostgreSQL support chinese word?
> Which encoding or datatype or anything else should i know if i want
> to store the chinese word.

PostgreSQL supports a number of different character sets in the
client, including UTF8, BIG5, EUC_CN, EUC_TW, GBK, and GB18030. Of
these EUC_CN, EUC_TW, and UTF8 can be used as database (server)
encodings. I don't believe there are any datatype-specific issues you
would need to worry about. For more information, see:

http://www.postgresql.org/docs/8.2/interactive/multibyte.html

Hope this helps.

Michael Glaesemann
grzm seespotcode net



pgsql-general by date:

Previous
From: smithveg
Date:
Subject: Can postgresql support chinese word?
Next
From: Greg Smith
Date:
Subject: Re: PostgreSQL vs Firebird feature comparison finished