Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Question about characters. (http://www.mysidiaadoptables.com/forum/showthread.php?t=3842)

kratosvr 10-06-2012 03:41 PM

Question about characters.
 
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.
PHP Code:

<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/a...teparanyxi.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

Code:

<?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/a...r/problema.png

Then ... i look this in the script :

http://i979.photobucket.com/albums/a.../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:


All times are GMT -5. The time now is 07:52 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.