View Single Post
  #6  
Old 10-20-2012, 12:56 PM
kratosvr kratosvr is offline
Member
 
Join Date: Aug 2011
Posts: 21
Gender: Male
Credits: 3,379
kratosvr is on a distinguished road
Default

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

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:



Then ... i look this in the script :



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

I guess if that solves for messages.php also be for other cases

So can help me ? maybe a alternative solution please
Reply With Quote