summaryrefslogtreecommitdiff
path: root/libre/texlive-bin-libre/fix-fontforge-encoding.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-09 20:09:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-09 20:09:36 -0300
commit30ba6f072e12e816b3bf09369f925e6a8cb3f0c3 (patch)
tree5cff6f766c98c615b9b06dcbedcb7af70807497d /libre/texlive-bin-libre/fix-fontforge-encoding.patch
parent150736a5f7a46fb31bbb50ca53ecda73a1095d20 (diff)
downloadabslibre-30ba6f072e12e816b3bf09369f925e6a8cb3f0c3.tar.gz
abslibre-30ba6f072e12e816b3bf09369f925e6a8cb3f0c3.tar.bz2
abslibre-30ba6f072e12e816b3bf09369f925e6a8cb3f0c3.zip
texlive-bin-libre: put -libre variant due that arch's guys put nonfree biber binaries again
Diffstat (limited to 'libre/texlive-bin-libre/fix-fontforge-encoding.patch')
-rw-r--r--libre/texlive-bin-libre/fix-fontforge-encoding.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/texlive-bin-libre/fix-fontforge-encoding.patch b/libre/texlive-bin-libre/fix-fontforge-encoding.patch
new file mode 100644
index 000000000..8104b3289
--- /dev/null
+++ b/libre/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 },