diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-10-08 06:50:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-10-08 06:50:12 -0700 |
commit | 332ffb367b28a599e85140274b8308a4bb214d65 (patch) | |
tree | 2f483a37e160547f9179fe59d0fe7df4e8d918aa | |
parent | 7cbda155d79f99beaf85bd3815b5a52392195604 (diff) | |
download | txr-332ffb367b28a599e85140274b8308a4bb214d65.tar.gz txr-332ffb367b28a599e85140274b8308a4bb214d65.tar.bz2 txr-332ffb367b28a599e85140274b8308a4bb214d65.zip |
Add note to Limitations of interactive listener.
* txr.1: listener doesn't handle Unicode properly.
-rw-r--r-- | txr.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34380,6 +34380,9 @@ in a single command line. The command line must contain exactly one complete \*(TL expression, or a comment. Multiple expressions will not be evaluated. Expressions cannot be continued across multiple lines of entry. +The interactive listener is based on 8 bit character processing. Its editing +functions do not recognize UTF-8 multi-byte characters. + .SS* Ways to Quit Pressing Ctrl-D in a completely empty command line terminates the listener. |