summaryrefslogtreecommitdiff
path: root/libre-testing/texlive-bin-libre/fix-fontforge-encoding.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-15 03:45:09 +0000
committerroot <root@rshg054.dnsready.net>2012-08-15 03:45:09 +0000
commit8f1eb849d6de0031d4d91fb6d8780828b1ba924b (patch)
treef49bd33f2ba24fb28d4594373b643dd4baba42cc /libre-testing/texlive-bin-libre/fix-fontforge-encoding.patch
parentc0241f4d9174d80fb50b9561095a685c8a0a5058 (diff)
Wed Aug 15 03:45:09 UTC 2012
Diffstat (limited to 'libre-testing/texlive-bin-libre/fix-fontforge-encoding.patch')
-rw-r--r--libre-testing/texlive-bin-libre/fix-fontforge-encoding.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre-testing/texlive-bin-libre/fix-fontforge-encoding.patch b/libre-testing/texlive-bin-libre/fix-fontforge-encoding.patch
new file mode 100644
index 000000000..8104b3289
--- /dev/null
+++ b/libre-testing/texlive-bin-libre/fix-fontforge-encoding.patch
@@ -0,0 +1,12 @@
+--- source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/noprefs.c.orig 2009-09-30 19:27:00.935039526 +0200
++++ source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/noprefs.c 2009-09-30 19:28:04.908364646 +0200
+@@ -495,6 +495,9 @@
+ { "Big5HKSCS", e_big5hkscs },
+ { "Big5-HKSCS", e_big5hkscs },
+ { "UTF-8", e_utf8 },
++ { "utf-8", e_utf8 },
++ { "UTF8", e_utf8 },
++ { "utf8", e_utf8 },
+ { "ISO-10646/UTF-8", e_utf8 },
+ { "ISO_10646/UTF-8", e_utf8 },
+ { "UCS2", e_unicode },