Strange characters displaying when fetched from db
Posted: Mon Apr 19, 2010 4:27 pm
When I fetch some text from the database, it displays me strange characters.
I know that I have to use utf-8 encoding.
I added:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
but this fixes only the test that doesn't come from the db.
Will accept any help
I know that I have to use utf-8 encoding.
I added:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
but this fixes only the test that doesn't come from the db.
Will accept any help