Re: character sets
От | Tatsuo Ishii |
---|---|
Тема | Re: character sets |
Дата | |
Msg-id | 20010119102242A.t-ishii@sra.co.jp обсуждение исходный текст |
Ответ на | character sets (Yohans Mendoza <yohans@demiurge.sirius-images.net>) |
Ответы |
Re: character sets
|
Список | pgsql-general |
> hi all, > Does postgres support other character sets? > We've been thinking in porting an application to chinesse, but we don't > know if it's possible to store chinesse characters in postgres I don't know what kind of Chinese are talking about, but PostgreSQL does support both tradional Chinese and simplified Chinese. tradional Chinese: EUC-CN simplified Chinese: EUC-TW (you could use Big5 for clients only. PostgreSQL will do automatic conversion between Big5 and EUC-TW, in this case) ALso, you could use UNICODE(UTF-8). For upcomming 7.1, PostgreSQL will provide automatic conversion between: UTF-8 <--> EUC-CN UTF-8 <--> EUC-TW UTF-8 <--> Big5 -- Tatsuo Ishii
В списке pgsql-general по дате отправления: