Character encoding

For a general description of character encoding, we refer to Character encoding on Wikipedia.

Solutions

Template encoding

When creating templates that are intended to use UTF8 encoding, you must add the following:

{*?template charset=utf8?*}

at the top of each template.

Settings encoding

When creating settings files that are intended to use UTF8 encoding, you must add the following:

/*?ini charset=utf8?*/

at the top of each settings file.

References

  • N/A