Solving problems with accents

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
Post Reply
usersenior
Posts: 24
Joined: Tue Jul 10, 2012 8:34 pm

Solving problems with accents

Post by usersenior »

Add in lang/pt_br.php

add this line in start of file

Code: Select all

header("Content-Type: text/html; charset=ISO-8859-1", true);
Post Reply