Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
configuring-smoothie [2019/08/09 07:01] 73.180.49.52 |
configuring-smoothie [2019/09/06 10:12] (current) 104.156.210.147 [Encoding] |
||
---|---|---|---|
Line 130: | Line 130: | ||
<callout type="danger" icon="true" title=" Notepad++"> | <callout type="danger" icon="true" title=" Notepad++"> | ||
- | Do not use Notepad++ to edit the configuration file, it thinks it's smarter than everybody and modifies the file in invisible ways that can make it unreadable or confusing to Smoothie. | + | If you use Notepad++ to edit the configuration file, make sure you switch the file encoding to "ANSI" (done with 2 clicks) - click "Encoding" on the Menu bar then click "ANSI". It's easy. Otherwise, Notepad++ will change the encoding to UTF8 by default. |
- | Looking for a good simple text editor that runs under Windows and will edit Smoothie config files with no problems? Try https://wiki.gnome.org/Apps/Gedit | + | Another good simple text editor that runs under Windows and will edit Smoothie config files with no problems is: https://wiki.gnome.org/Apps/Gedit |
- | + | ||
- | In more detail : Notepad++ will change the encoding to UTF8 by default but you can force it to use ANSI and it will be fine. | + | |
ANSI and UTF8 are equivalent for a subset of characters but sometimes quotes and such can be replaced with Unicode variants. | ANSI and UTF8 are equivalent for a subset of characters but sometimes quotes and such can be replaced with Unicode variants. |