summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2024-02-11 22:44:31 +0100
committerpgen <p.gen.progs@gmail.com>2024-02-11 22:45:13 +0100
commitab7acc06cb4687ea42008dac8b8b0bf07fde07bc (patch)
treea78d5afb695672b757f6b7e0730edc21b5fe85ed
parentff028fa360b6e5905581dd1882dce733909584f7 (diff)
Update the README.rst file about UTF-8 encoding
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 9a2fd52..e0445d1 100644
--- a/README.rst
+++ b/README.rst
@@ -27,9 +27,13 @@ execution.
The selection window is displayed at the cursor position, and the
previous contents of the terminal are neither modified nor lost.
-I've tried to make it as easy to use as possible. It supports ``UTF-8``
-encoding and should work on all terminals managed in the ``terminfo``
-database.
+I've tried to make it as easy to use as possible.
+It should work on all terminals managed in the ``terminfo`` database.
+
+The ``UTF-8`` encoding is supported, including for large characters,
+with the exception of grapheme groups for the time being.
+The encoding of ``UTF-8`` glyphs must also be in canonical form, as no
+effort will be made to put them in this form.
Please refer to the included man page to find out more about this little
program.