aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-07-09 10:51:09 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-07-09 10:51:09 +0200
commit5ff2f7acd636131a6b94bc44cbcef2dd02dd4e43 (patch)
tree3cc2b61db2c857680c43784ed123f5494746f861 /Makefile
parent04efc9ddd7b94ed610728ac511ff76ce188031ab (diff)
downloadnthash-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e89dd9b..ce6e577 100644
--- a/Makefile
+++ b/Makefile
@@ -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