added is_utf8() check to _buffer_is_binary() so that utf8 comments inside z85 encoded data doesn't count as binary

This commit is contained in:
git@daemon.de
2014-02-25 11:08:59 +01:00
parent 99f611ab80
commit cbc45f5fa1
3 changed files with 120 additions and 22 deletions

1
TODO
View File

@@ -44,6 +44,7 @@ Z85 headers:
is marked as to be ignored which could be saved as a state when using
blockmode.
Check is_utf8 license.
Python binding, e.g.:
py % cdll.LoadLibrary("libsodium.so.8")