summaryrefslogtreecommitdiffhomepage
path: root/README.txt
diff options
context:
space:
mode:
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)
--------------------------------------