diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-01-30 19:20:15 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-01-30 19:20:15 +0100 |
commit | 2ef9f51df48b14556e236d14213233e1bd7f829a (patch) | |
tree | f5230e326501ebaec1baca9615dc69b7538f1911 /debian | |
parent | ee9dfd30e8c02e9a7457385786218d2b4b935720 (diff) |
Added Support for Debian and Ubuntu, add is_valid_utf()
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 42b6c22..1572512 100644 --- a/debian/control +++ b/debian/control @@ -16,3 +16,6 @@ Description: Unicode conversion library . Features: - Additional support for ISO-8859-1 encoding (Latin-1) as subset of Unicode + - Additional support for ISO-8859-15 + - Tested on Debian 10, Ubuntu 2004, Ubuntu 2010 + - C++17 and C++20 compatible |