• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux [PHP] Question marks "�" instead of spanish letter

okurde

New Member
Joined
Jan 28, 2009
Messages
134
Reaction score
1
Hello, I have weird problem with characters on the site, in database I have spanish letters and when I fetch it from DB than i see question mark "�" instead of letter.
In layout.php I have: <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
so there is UTF8, I guess file should be also coded. Does anynow know how it can be done?
 
Try convering it to html codes, example &nbsp; is a space, &ntilde; is a spanish "n" with the thinggy on it, also look up html ascii codes
 
Back
Top