View Full Version : Question about characters.
kratosvr
10-06-2012, 03:41 PM
I have a problem with the characters in my site :coloness:
When i submit in a message with characters as these: "á é Ã* ó ú ñ" ,then i get this: "á é í ó ú ñ" ...
Well i speak spanish and need this characters for a good language :ooo:
Please someone can help me with this? :desudesudesu:
Thanks in advance.
Tequila
10-06-2012, 05:33 PM
I would try changing the Character Encoding in the template.
Just add the following to the <head></head> section.
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
If that doesn't work, we'll have to try something else.
kratosvr
10-07-2012, 01:17 AM
Ok, i insert that in my template but no get a solution :hmmm:
This is okay?
http://i979.photobucket.com/albums/ae274/kratosvr/templateparanyxi.png
Tequila
10-07-2012, 04:40 PM
Hm... I don't know then...
@Hoffie! Can you fix this?
kratosvr
10-10-2012, 09:56 PM
Cant yet u.u
kratosvr
10-20-2012, 12:56 PM
I use ur code (but change utf-8 for iso-8859-1) in my template and i look something, this solves many things but no the messages in the chatbox or private messages or text in a page created in the ACP :desudesudesu:
I found this code in a web site for solution my problem
<?php
header('Content-Type: text/html; charset=iso-8859-1');
?>
Supposedly if I put this in each .php file, this file can show the characters á.é,Ã*,ó,ú ...
For example : I put this code in the messages.php, then i send a message to myself with the text "áá" in title and message, and get this:
http://i979.photobucket.com/albums/ae274/kratosvr/problema.png
Then ... i look this in the script :
http://i979.photobucket.com/albums/ae274/kratosvr/problema2.png
This code "bbconvert" i think that is the problem, when i remove this code get a good message "áá" , but then can't use bbcodes in the private message :angrybracket:
I guess if that solves for messages.php also be for other cases
So can help me ? maybe a alternative solution please :cfrown: :cfrown:
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.