Re: [BUGS] BUG #2116: Searching text fields does not work in EUC_JP

2005-12-16 Thread Jon Keating
Tom Lane wrote: > Is the database's locale set to something that works with EUC_JP? You > can't just whack the encoding around without paying attention to having > a compatible locale setting ... and unfortunately, PG doesn't have > enough knowledge about locales to warn you when you choose a comb

Re: [BUGS] BUG #2116: Searching text fields does not work in EUC_JP

2005-12-16 Thread Andreas Pflug
Jon Keating wrote: I have a database with the default encoding set to EUC_JP and the client (using pgAdmin III) is set to EUC_JP as well. pgAdmin uses Unicode (unless the DB is SQL_ASCII or MULE_INTERNAL), you won't get happy if you change it using a SET command. Regards, Andreas

Re: [BUGS] BUG #2116: Searching text fields does not work in EUC_JP

2005-12-15 Thread Tom Lane
"Jon Keating" <[EMAIL PROTECTED]> writes: > I have a database with the default encoding set to EUC_JP and the client > (using pgAdmin III) is set to EUC_JP as well. Is the database's locale set to something that works with EUC_JP? You can't just whack the encoding around without paying attention