Jean-Christian Imbeault wrote: > Warning: PostgreSQL query failed: ERROR: Invalid EUC_JP character > sequence found (0x8140) in /www/htdocs/test.php on line 31
I guess you are using PostgreSQL 7.2.x. PostgreSQL 7.2.x detects invalid multibyte character sequence, and you are supposed to fix invalid char sequence before feeding them to PostgreSQL if there is. Check your db encoding also with "psql -l", database encoding should match with your PHP internal encoding. -- Yasuo Ohgaki -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php