diff options
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. |