summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/fix-fontforge-encoding.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-06 07:35:38 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-06 07:35:38 -0300
commit502690a5c1c79b1fb9df696ca511f0b5934b9275 (patch)
treec5b6df06083e7e6a36af406a14bbfc21cc894308 /libre/texlive-bin/fix-fontforge-encoding.patch
parent7232ebf03772d0a7f1602a6032636c8df7f796c4 (diff)
downloadabslibre-502690a5c1c79b1fb9df696ca511f0b5934b9275.tar.gz
abslibre-502690a5c1c79b1fb9df696ca511f0b5934b9275.tar.bz2
abslibre-502690a5c1c79b1fb9df696ca511f0b5934b9275.zip
texlive-bin-2013.30973-3: rebuild against poppler, and change name on package due which it will be repackaged as rebranding only
Diffstat (limited to 'libre/texlive-bin/fix-fontforge-encoding.patch')
-rw-r--r--libre/texlive-bin/fix-fontforge-encoding.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/texlive-bin/fix-fontforge-encoding.patch b/libre/texlive-bin/fix-fontforge-encoding.patch
new file mode 100644
index 000000000..8104b3289
--- /dev/null
+++ b/libre/texlive-bin/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 },