Page 1 of 1

encoding issue into database

Posted: Thu Nov 20, 2003 10:04 am
by PHPFreaky
Hi there,

I'm inserting my data in a database and this is the text "Ministerie van financiën". This text is inserted and when i retrieve it again from the database it says ë instead of the ë.

If i look in the db it is also saved as ë.

Could someone help me out with this? Some kind of function?

Kind regards robbie

Posted: Thu Nov 20, 2003 10:07 am
by Weirdan
Have you read this: http://www.mysql.com/doc/en/Charset.html ?
[edit]
I suppose you're using MySQL, correct me if I'm wrong...
[/edit]