Re: [HACKERS] Question about encoding combinations

2005-03-13 Thread Peter Eisentraut
Bruce Momjian wrote: > Why is BIG5 listed as not allowing UTF8 on the client, but you can > have UTF8 on the server and BIG5 on the client? Because BIG5 is a client-only encoding. > Why can't you have UTF8 on the server and client? Sure you can. > Why can't you have MULE_INTERNAL on the server

[HACKERS] Question about encoding combinations

2005-03-12 Thread Bruce Momjian
I have updated the documentation on encodings to more closely match our code, added descriptions, and a list of aliases for encodings. I also reorderd the lists to they were alphabetical. Look here to see the results: http://candle.pha.pa.us/main/writings/pgsql/sgml/multibyte.html Comme