diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-10-24 16:48:48 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-10-24 16:48:48 +0000 |
commit | 477b01214244d01fead2905b9f5aeec0d16b139a (patch) | |
tree | 0ba9685d216ebed526310516efb31f036707715e /sysutils/uniutils/files/patch-utf8lookup | |
parent | 5870a701dea873fd6c9b2f605fbb28c5cfd96253 (diff) |
Notes
Diffstat (limited to 'sysutils/uniutils/files/patch-utf8lookup')
-rw-r--r-- | sysutils/uniutils/files/patch-utf8lookup | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/uniutils/files/patch-utf8lookup b/sysutils/uniutils/files/patch-utf8lookup index 556a3cb5dadc..12bf96dc0d1e 100644 --- a/sysutils/uniutils/files/patch-utf8lookup +++ b/sysutils/uniutils/files/patch-utf8lookup @@ -1,11 +1,14 @@ ---- utf8lookup.orig Sun Jan 29 21:43:23 2006 -+++ utf8lookup Tue Jan 31 00:11:48 2006 -@@ -10,7 +10,7 @@ +--- utf8lookup.orig 2007-06-30 05:31:37 UTC ++++ utf8lookup +@@ -8,9 +8,10 @@ + # UTF-32 name + # 000543 ARMENIAN CAPITAL LETTER CHEH # ++[ $(( $(printf '\1' | od -dAn) )) -eq 1 ] && end=le || end=be echo 0x$1 | # feed command-line argument to ascii2binary's stdin ascii2binary -t ui | # convert text to unsigned integer -iconv -f utf32 -t utf8 | # convert utf-32 to utf-8 encoding -+iconv -f ucs-4le -t utf-8 | # convert utf-32 to utf-8 encoding ++iconv -f ucs-4$end -t utf-8 | # convert utf-32 to utf-8 encoding uniname -b -c -e -g # feed to uniname, suppressing byte and character offsets, # UTF-8 encoding, and glyph |