It's a simple file format for the todo text file that many people probably have on their desktop somewhere. A todo.txt file following this standard looks like this: A simple task is just a line x This ...
How it works: The code in main.py detects the encoding and changes it to utf-8 if it is in the gb family of encodings (Chinese encoding). Subsequently, it parses the file to produce the components ...