diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-01-31 19:00:34 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-01-31 19:00:34 +0100 |
commit | 611601ec36a5603bc9c94cdac9a307c4bb07c929 (patch) | |
tree | 0b1c27d5958a2a3bdfe3c421a27f6ab528fbc3e1 /debian/control | |
parent | 2ef9f51df48b14556e236d14213233e1bd7f829a (diff) |
Add facet based interface
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 1572512..9d31022 100644 --- a/debian/control +++ b/debian/control @@ -19,3 +19,13 @@ Description: Unicode conversion library - Additional support for ISO-8859-15 - Tested on Debian 10, Ubuntu 2004, Ubuntu 2010 - C++17 and C++20 compatible + +Package: unicode-tools +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Homepage: http://www.reichwein.it/unicode/ +Description: Unicode conversion tools + unicode-tools is a collection of tools for Unicode file conversion: + . + - unicode-recode: Recode Unicode or ISO-8859 file + - unicode-validate: Check file for Unicode compliance |