Check code tags

This commit is contained in:
Mara Karagianni 2021-12-13 01:14:33 +02:00
parent 32387d6e73
commit fbd8fba938

View file

@ -44,8 +44,7 @@ absolute font path directly to the python scripts.
The input texts should be clean from characters added by some text editors or
Operating Systems. Use the cat command to check your text is ready as input
with:
```
cat --show-nonprinting input.txt
```cat --show-nonprinting input.txt
```
Symbols such as M-oM-;M or ^M (carriage Return / line feed) need to be removed.
A cool tool for that is dos2unix, which is available as command line, but needs