Question about characters.

Forum
Last Post
Threads / Messages

kratosvr

Member
Member
Joined
Aug 1, 2011
Messages
21
Points
0
Mysidian Dollar
0
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.
 
I would try changing the Character Encoding in the template.

Just add the following to the <head></head> section.
PHP:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

If that doesn't work, we'll have to try something else.
 
Ok, i insert that in my template but no get a solution :hmmm:

This is okay?
templateparanyxi.png
 
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:

problema.png


Then ... i look this in the script :

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:
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,130
Members
1,603
Latest member
Monako
BETA

Latest Threads

Top