20 Aug
2009
20 Aug
'09
9:26 p.m.
On Thu, Aug 20, 2009 at 3:21 PM, David Blewett<david@dawninglight.net> wrote:
UTF8 can easily handle all that is in Latin1. You just need to set the encoding that the client is connecting with to Latin1. From the link you sent, the table of encodings says this: Server Character Set Available Client Character Sets UTF8 all supported encodings
Actually, this paste came from here: http://www.postgresql.org/docs/8.3/static/multibyte.html#MULTIBYTE-TRANSLATI... David