From: Rolf S. (tokon) <in...@to...> - 2008-02-14 19:00:35
|
1. Are you sure your database supports unicode? Log in with pqsl to your db and type "show client_encoding;". 2. I made some tests with an UTF database and wasn't able to create correct PDF outputs. I'm not completely sure, but it seems to me that you have much less trouble if you use the Latin1 charset if you need French characters. Greetings Rolf Stuart Luppescu schrieb: > Hello, We have customers with accented characters such as é in their > names, but when I try to enter them as, for example, u+00e9 I get this > error message: > > DBD::Pg::db do failed: ERROR: invalid byte sequence for encoding > "UNICODE": 0xe9272c > > I'm running SQL Ledger 2.6.22 on Linux with Postgres 8.0.13. Thanks in > advance for any help. |