aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-06 22:30:56 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-09 18:22:21 +0200
commit359e2571ab00234de27a13f88b85231b51dae48f (patch)
tree48a1d32150bab47f0a6a31ef541c07e60a7f0d7c /README
parent0e6e0590272c8ba2303af3682d29209f439177d9 (diff)
downloadsciteco-359e2571ab00234de27a13f88b85231b51dae48f.tar.gz
updated README and sciteco(7) with information about Unicode support (refs #5)
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index ea16ba0..ba26222 100644
--- a/README
+++ b/README
@@ -74,8 +74,10 @@ Features
* Munging: Macros may be munged, that is executed in batch mode. In other words, SciTECO
can be used for scripting.
By default, a profile is munged.
-* 8-bit clean: SciTECO can be used to edit binary files if automatic EOL conversion
- is turned off (`16,0ED`).
+* Full Unicode (UTF-8) support: The document is still represented as a random-accessible
+ codepoint sequence.
+* 8-bit clean: SciTECO can be used to edit binary files if the encoding is changed to
+ ANSI (`0EE`) and automatic EOL conversion is turned off (`16,0ED`).
* Self-documenting: An integrated indexed help system allows browsing formatted documentation
about commands, macros and concepts within SciTECO (`?` command).
Macro packages can be documented with the `tedoc` tool, generating man pages.