summaryrefslogtreecommitdiffhomepage
path: root/README.txt
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-01-03 16:08:38 +0100
committerRoland Reichwein <mail@reichwein.it>2022-01-03 16:08:38 +0100
commitd234c1ca09af512e9a13579a6fff8d5834d7b36c (patch)
treed36c82ff54ddf04b83e3d5154bc32278f16fcf09 /README.txt
parentec9c8e682d615cd2b51ea0fec05273ed4dcad50a (diff)
Separated out remaining functions from unicode.h, documentation
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 9544b49..fc4265c 100644
--- a/README.txt
+++ b/README.txt
@@ -5,6 +5,15 @@ This software package contains a C++ library for Unicode encoding conversion
and command line tools which apply those functions in example runtime programs:
recode and validate.
+Properties
+----------
+
+* Supports C++17 and C++20
+* Locale independent validation and conversion
+* Supports UTF-8, UTF-16, UTF-32, ISO-8859-1 and ISO-8859-15
+* Supports Linux and Windows
+* Supports current compilers (clang++-11, clang++-13, g++-11, msvc-19.28.29337)
+
C++ interface (package libunicode-dev)
--------------------------------------