From d234c1ca09af512e9a13579a6fff8d5834d7b36c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 3 Jan 2022 16:08:38 +0100 Subject: Separated out remaining functions from unicode.h, documentation --- README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.txt') 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) -------------------------------------- -- cgit v1.2.3