diff options
author | katherine <shmibs@shmibbles.me> | 2018-03-19 11:45:08 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-03-19 11:45:08 -0700 |
commit | 2323f6ef4510f7c7017b35f908876c19c696f330 (patch) | |
tree | e411a005af0b807676b6aa993a15358bfd6ac766 /doc | |
parent | 22677cf08da74034cd6ec8e68d05bfc778609214 (diff) | |
download | simple-opt-2323f6ef4510f7c7017b35f908876c19c696f330.tar.gz |
caveat
Diffstat (limited to 'doc')
-rw-r--r-- | doc/interface.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/interface.md b/doc/interface.md index 361dcf9..5408332 100644 --- a/doc/interface.md +++ b/doc/interface.md @@ -220,5 +220,6 @@ defined above. language delimits words with spaces (i.e. "when i was a child..." vs. "子供時代に..."), that the font used is fixed-width, and that every character occupies one column (that is, there are no wide characters, combining -diacritics, etc). if these assumptions do not apply to your use case, you -should use an alternative method for usage printing. +diacritics, etc) and one byte (no multi-byte utf-8 characters). if these +assumptions do not apply to your use case, you should use an alternative method +for usage printing. |