Results 1 to 2 of 2
My os is fedoracore6 after installationen of that I cant use my swedish letter
and I cant finde enny solution off this problem so I hope some one can help ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-11-2007 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 4
Big problem whit swedish letter
My os is fedoracore6 after installationen of that I cant use my swedish letter
and I cant finde enny solution off this problem so I hope some one can help me.
And I have big problem whit my mysql
version MySQL 5.0.27
I cant use swedish leetrs هنِ whit this mysql howe ca I fix this
if you go to this url
http://www.norr-lan.se/anm/signup.php
and lok att the buttom off that page you can se this text
Jag har l䳴 och godk䮴
and I cant use swedish letter to thuis mysql and I dont nowe hove to fix this so plz howe can I fix that ??
Thx for the help
- 03-11-2007 #2Just Joined!
- Join Date
- Mar 2007
- Posts
- 7
Hi,
That html page is bad. You have to set charset of document in <head>. You have to use utf-8 in MySQL database (probably default behaviour), signup.php should be utf-8 file and <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> must be set in <head>.
Problem with national specific character you can solve same way (by setting LOCALE to correct value, I use en_US.utf8 ), right way to change LOCALE settings is distribution-specific (check doc for you distro).


Reply With Quote
