Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you are developing a language pack for one of your scripts that does not contain support for special characters and you need UTF-8 support in order for the characters to appear properly, you can add this to your .htaccess file:

Code Block
languagetext
AddDefaultCharset utf-8
 

Your special characters should appear as desired.

...