diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) -------------------------------------- |