diff options
| author | Ben Harper <rogojin@gmail.com> | 2017-06-08 17:23:16 +0200 |
|---|---|---|
| committer | Ben Harper <rogojin@gmail.com> | 2017-06-10 13:06:35 +0200 |
| commit | 1c7a52a42a68d6ffba4e6a6b94273191ae49e11a (patch) | |
| tree | 96a7380a15033c3a6ada5fb1bee04ec2fa30137d /ports/utfz/CONTROL | |
| parent | 676f55ddda709b24e4f2df9a3e3b52404b7c04ec (diff) | |
| download | vcpkg-1c7a52a42a68d6ffba4e6a6b94273191ae49e11a.tar.gz vcpkg-1c7a52a42a68d6ffba4e6a6b94273191ae49e11a.zip | |
Add utfz to ports
utfz is a UTF-8 decoding library. It is notably different from utfcpp
because it doesn't use exceptions.
Diffstat (limited to 'ports/utfz/CONTROL')
| -rw-r--r-- | ports/utfz/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/utfz/CONTROL b/ports/utfz/CONTROL new file mode 100644 index 000000000..26344d928 --- /dev/null +++ b/ports/utfz/CONTROL @@ -0,0 +1,3 @@ +Source: utfz +Version: 1.2 +Description: A tiny C++ library for parsing and encoding utf-8 |
