On Tue, Jan 11, 2011 at 3:23 AM, J. Hondius <[email protected]> wrote: > -Should i filter out all non win1252 charachters at the new java app and > substitute them? (not so nice, i'd like to have the chars in the db) >
If one of your client's cannot handle the data stored in the DB, then you should not store that data in the DB. So I think this is your best option. This way you are in control of how those characters are mapped. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
