Terms of Service

edited January 2008 in Vanilla 1.0 Help
The page "Terms of Service" should be encoded (UTF-8) to be able translators make translation/write new TOS about their communities. I tried to translate the message in Bulgarian (Cyrillic), but the default encoding (ISO-8859-1) is applied, instead of UTF-8. I can set this to myself, but it should be fixed for all users.

Comments

  • edited January 2008
    In the file termsofservice.php just after the </title> tag I added the following line: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  • Added to the bug tracker. This should be fixed in the next Vanilla release.
  • The fix should be to add to termsofservice.php :
    include('appg/headers.php');
    or just
    header ('content-type: text/html; charset='.$Configuration['CHARSET']);
This discussion has been closed.