Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Use Right Encoding

Matej Pacan edited this page Aug 7, 2020 · 6 revisions

Encoding is the way different characters are stored in your files. You have to use compatible encoding for your system.

WordPad or Notepad on Windows is known to cause issues, please do not use them!

The plugin saves files like settings.yml in UTF-8 format. You have to use this encoding especially if you are using special characters like smileys, symbols and other unicode characters in your files.

On Windows, using Notepad++ for editing your configuration is highly recommended. Most systems accept the UTF-8 (without BOM) encoding (see the green circle at the image for your current encoding). ANSI does not support unicode and may break files. Notepad++

On Mac, Windows and Linux, we recommend using Atom for altering files. Check the green circle to detect your current encoding, click it to display a menu for changing it. Atom