diff options
Diffstat (limited to 'sysutils/uniutils/files/patch-utf8lookup')
-rw-r--r-- | sysutils/uniutils/files/patch-utf8lookup | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/uniutils/files/patch-utf8lookup b/sysutils/uniutils/files/patch-utf8lookup deleted file mode 100644 index 556a3cb5dadc..000000000000 --- a/sysutils/uniutils/files/patch-utf8lookup +++ /dev/null @@ -1,11 +0,0 @@ ---- utf8lookup.orig Sun Jan 29 21:43:23 2006 -+++ utf8lookup Tue Jan 31 00:11:48 2006 -@@ -10,7 +10,7 @@ - # - 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 - uniname -b -c -e -g # feed to uniname, suppressing byte and character offsets, - # UTF-8 encoding, and glyph - |