[GENERAL] UNICODE encoding and jdbc related issues

2005-04-04 Thread Chris Kratz
Our production database was created with the default SQL_ASCII encoding. It appears that some of our users have entered characters into the system with characters above 127 (accented vowels, etc). None of the tools we use currently have had a problem with this behavior until recently, everythi

Re: [GENERAL] Unicode encoding

2004-04-27 Thread Peter Eisentraut
William Sweet wrote: > support is enabled. Now, I'd like to only store Unicode chars in my > PostgreSQL dbs. I hear there are 3 ways to accomplish this: > > 1) during PostgreSQL configure/build (installation level) > 2) during initdb (cluster level) > 3) CREATE DATABASE (db level) Each one of thes