SQL error - PL version on PostgreSQL on XP [message #39717] |
Thu, 22 November 2007 21:59 |
setkos
Messages: 2 Registered: November 2007
Karma: 0
|
Junior Member |
|
|
Hello,
Could you give me some advices how to manage with the problem below:
Warning: pg_query() [function.pg-query]: Query failed: ERROR: invalid byte sequence for encoding "UTF8": 0xb1 HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding". in \FUD\index.php on line 95
(\FUD\index.php:95
\FUD\index.php:344
\FUD\theme\default\index.php:41
\FUD\index.php:1228
) : ERROR: invalid byte sequence for encoding "UTF8": 0xb1 HINT: This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by "client_encoding".
What I already done:
-changed SET client_encoding to UTF8, WIN1252, WIN1250,
-changed SET DB encoding to UTF8, WIN1252, WIN1250,
but it still doesn't work and I have no more ideas what to do with it .
My conf:
PostgreSQL 8.1 with C locales,
Apache 2.0.59,
XP.
|
|
|
|
|