problem with diacritics.
Posted: Wed Sep 19, 2007 12:58 pm
scottayy | Please use
and when i show from the database, i user:
Do you know what is the problem?
Thanks
scottayy | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I don't know what it says, but i can't show in corect way the letter. The letter ş it is shown asº and the lettert ţ is shown as þ.
In the header i've put the code:
[syntax="html"]<meta http-equiv="Content-Type" content="text/html; charset=charset=UTF-8" />Code: Select all
@mysql_query('SET NAMES utf8');
@mysql_query('SET CHARACTER SET utf8');
@mysql_query('SET COLLATION_CONNECTION="utf8_romanian_ci"');Do you know what is the problem?
Thanks
scottayy | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]