diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-11 16:29:02 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-11 16:29:02 +0200 |
commit | fe26d83c69c9da6594ba7e27aacc185faa1be161 (patch) | |
tree | 1ec3938e13cb72b8ada441d98c19e661173ae3d1 /README | |
parent | 3e09ed822aed1b2ec1214d11a9c67ff427f56fa8 (diff) | |
download | sciteco-fe26d83c69c9da6594ba7e27aacc185faa1be161.tar.gz |
updated README: mention that the language itself is Unicode-aware
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,6 +76,9 @@ Features By default, a profile is munged. * Full Unicode (UTF-8) support: The document is still represented as a random-accessible codepoint sequence. + While SciTECO macros can be written in plain ASCII - even in its printable subset - + Unicode glyphs can be used everywhere, where a single character is accepted, for instance + in single letter Q-Register names. * 8-bit clean: SciTECO can be used to edit binary files if the encoding is changed to ANSI and automatic EOL conversion is turned off (easiest with `--8bit`). * Self-documenting: An integrated indexed help system allows browsing formatted documentation |