I am encountering problems when inserting a row with
text values which contain german umlauts (ä, ö, ...). All
of these characters are converted to 0x3f.
When inserting via pgsql or via pg_exec() inside a php-
script, everything is fine.
Did I miss any option for choosing the character
encoding or anything else?
Logged In: YES
user_id=82305
Hi Andreas,
What is your database encoding?
What web browser are you using?
Can you attach say a word document with a bunch of
sentences containing accented characters so I can test?
Where do you see the '0x3f' letters appear? When you
browse?
What language do you log in with?
Thanks,
Chris
Logged In: YES
user_id=82305
I believe that the PostgreSQL database is probably in the
wrong encoding here. No-one else has reported a problem,
especially our German developers.