diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-12-28 12:46:30 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-12-28 12:46:30 +0100 |
commit | 403c885d67f79c637ebcb303722adfd6a4b8195e (patch) | |
tree | d8f40c674a5c65176e028a1c7bb9122baa2e7756 /debian | |
parent | 970ba4111160fbf78351b21a024c46c0978e0440 (diff) |
Optimize UTF validation
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index a06886a..fcc0185 100644 --- a/debian/control +++ b/debian/control @@ -15,10 +15,11 @@ Description: Unicode conversion library UTF-8, UTF-16 and UTF-32. . Features: + - Tested on Debian 10+11, Ubuntu 2004 to 2204 + - C++17 and C++20 compatible - Additional support for ISO-8859-1 encoding (Latin-1) as subset of Unicode - Additional support for ISO-8859-15 - - Tested on Debian 10+11, Ubuntu 2004 to 2110 - - C++17 and C++20 compatible + - Header only Package: unicode-tools Architecture: any |