summaryrefslogtreecommitdiff
path: root/libre-testing/texlive-bin-libre/fix-fontforge-encoding.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-14 21:42:51 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-14 21:42:51 -0300
commit18a4be0a68b9828b4476a6fea8058fdca8b235fe (patch)
tree4fd14690e377645b91519887efb320ad75d636d4 /libre-testing/texlive-bin-libre/fix-fontforge-encoding.patch
parent4f58d18cb4cfa287c4f54749c99da5a8edd6597f (diff)
texlive-bin-libre-2012.0-4: updating revision
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 },