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
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
2 matches
Mail list logo