diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-02-12 18:12:51 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-02-12 18:12:51 +0100 |
commit | 24ec1d5ba85503599fd301aa8cd56ee65651ab0b (patch) | |
tree | ccabf3b89338825720e926a73602862df03ae801 /debian | |
parent | b47110d30db3a416775c5de88e1d946dfdbda734 (diff) |
Added support for char and wchar_t
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 231944b..490318e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ unicode (1.1) unstable; urgency=medium * Fixed copyright + * Support Unicode conversion for basic types like char and wchar_t -- Roland Reichwein <mail@reichwein.it> Fri, 05 Feb 2021 21:53:32 +0100 |