[HACKERS] Re: [PATCHES] A Patch for MIC to EUC_TW code converting inmbsupport

2000-11-20 Thread Chih-Chang Hsieh
environment variable PGCLIENTENCODING to 'BIG5'. But when I execute psql and then issue \encoding, it shows 'SQL_ASCII' in 7.0.2. Is this environment variable useless in 7.0.x and latter? Thank you so much for a newbie! -- Chih-Chang Hsieh

[HACKERS] Re: A mb problem in PostgreSQL

2000-12-08 Thread Chih-Chang Hsieh
d to "| 0x8080U"? b2c3[][] and BIG5toCNS()'s return value are both unsigned short, aren't they? -- Chih-Chang Hsieh

[HACKERS] About PQsetClientEncoding(),"SET NAMES",and "SET CLIENT_ENCODING"

2000-12-27 Thread Chih-Chang Hsieh
BIG5") 2. pg_exec("SET NAMES 'BIG5'") 3. pg_exec("SET CLIENT_ENCODING TO 'BIG5'") -- Chih-Chang Hsieh PostgreSQL 7.0.1 multi-byte (MB) support README May 20 2000 Tatsuo Ishii

Re: [HACKERS] About PQsetClientEncoding(),"SET NAMES",and "SETCLIENT_ENCODING"

2001-01-01 Thread Chih-Chang Hsieh
placing it as doc/README.mb.big5 or whatever? IMHO, doc/README.mb.big5 is enough. -- Chih-Chang Hsieh