Re: [HACKERS] How to extend server side encoding GBK

2012-07-02 Thread Xiong He
Thanks. UTF8 is good enough although it needs conversion between client GBK and server side UTF8. I didn't notice that there are high risk to introduce GBK and similar other kind of charsets into server side. "=?ISO-8859-1?B?WGlvbmcgSGU=?=" writes: > I just noticed that PG not support the f

Re: [HACKERS] How to extend server side encoding GBK

2012-07-02 Thread Tom Lane
"=?ISO-8859-1?B?WGlvbmcgSGU=?=" writes: > I just noticed that PG not support the following encoding: > /* followings are for client encoding only */ > PG_SJIS,/* Shift JIS > (Winindows-932) */ > PG_BIG5,

[HACKERS] How to extend server side encoding GBK

2012-07-02 Thread Xiong He
I just noticed that PG not support the following encoding: /* followings are for client encoding only */ PG_SJIS,/* Shift JIS (Winindows-932) */ PG_BIG5,/* Big5 (Windows-950) */ PG_GBK,