I'm writing my first MacOS application, a to do list, using C++ and the MacZoop framework (2.5.1, pre-Carbon) which reads and writes simple plain text files. My first language uses a few non-ASCII characters, so I'd like to keep the on-disk format as UTF-8 so I can share the files with more...