Oliver Jowett wrote:
> Perhaps one option is to set the database encoding to UNICODE
Or for that matter pretty much any encoding that handles your data and has a conversion to client_encoding = UNICODE (i.e. not SQL_ASCII)
-O