diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-09 10:51:09 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-07-09 10:51:09 +0200 |
commit | 5ff2f7acd636131a6b94bc44cbcef2dd02dd4e43 (patch) | |
tree | 3cc2b61db2c857680c43784ed123f5494746f861 /Makefile | |
parent | 04efc9ddd7b94ed610728ac511ff76ce188031ab (diff) | |
download | nthash-5ff2f7acd636131a6b94bc44cbcef2dd02dd4e43.tar.gz nthash-5ff2f7acd636131a6b94bc44cbcef2dd02dd4e43.tar.zst |
use iconv to convert string to UTF-16LE
This should handle multi byte characters correctly. Please not warnings
about line breaks, etc have been removed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ all: nthash.c check: $(ECHO) -n "testing123" | ./nthash | \ - $(GREP) '^3e 67 8b 26 6d 1d 44 9e 53 1e 92 be c3 3b 6d 27$$' + $(GREP) '^3e678b266d1d449e531e92bec33b6d27$$' install: $(INSTALL) -D -m0755 nthash $(DESTDIR)/usr/bin/nthash |