I'm working on a site that uses Portuguese language. So in Portuguese, there are some sort of punctuation on certain letters (e.g Lançamento or Fração). I use those words, and they work fine on my {story} or {shortstory}, but on the title, it gives me a different character. How can I fix that? (you can see an example here http://www.agat.com.br/noticias.php?id=4)
Now, the date/time my news are stored, are related to the date/time where my server is, which isn't the same timezone as I'm on. I did try to change the Time option at the system menu, adding a +3 to the option, but it didnt change a thing.
The timezone is in seconds, so changing it to +3 will only alter the time by 3 seconds. If you want to change it by 3 hours change it to +10800 or -10800 depending on which way you want to go.
What is working now (wasn't before, I tested), is if I use the actual html code on the title. For example:
To get Lançamento
I type
Lançamento
It's kinda of a pain, but at least keeps me running until we can find a solution. Just to point that on the {story} part of the news, it shows correctly.
EDIT: On the actual page title (I use javascript to update the page title with the story title), it shows now the html code on the place of the actual letter (shows ç instead of ç).