Re: [PHP] Issue when inserting Slovak characters in database via PHP code

2006-11-05 Thread M
The important steps: 1. display the form on utf-8 page: header('Content-Type: text/html; codepage=utf-8'); ... and the same in tag 2. use pg_set_client_encoding('UTF8') after connecting to posgres 3. have your database, tables and rows in UTF8 (you have already) 4. again, when ret

[PHP] Issue when inserting Slovak characters in database via PHP code

2006-11-04 Thread Alain Roger
Hi, Sorry to cross post this mail but i'm not able to know from where comes my issue. I have a postgreSQL database in UNICODE (UTF-8 in v8.1.4 and UNICODE in v8.0.1). Via my web application i type a sentence in Slovak language and it is stored into DB without any slovak characters. Instead of th