summaryrefslogtreecommitdiff
path: root/testing/texlive-bin/fix-fontforge-encoding.patch
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-05 19:03:27 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-05 19:03:27 +0000
commit2bba02fdaa36de05dffef6a54b57c73259d7db53 (patch)
tree30629334749dd0fc8fe85f54d508f76aa7ce3cd0 /testing/texlive-bin/fix-fontforge-encoding.patch
parentef61aa5a9cead170fa18dba44609c32bbf18306a (diff)
Thu May 5 19:03:27 UTC 2011
Diffstat (limited to 'testing/texlive-bin/fix-fontforge-encoding.patch')
-rw-r--r--testing/texlive-bin/fix-fontforge-encoding.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/texlive-bin/fix-fontforge-encoding.patch b/testing/texlive-bin/fix-fontforge-encoding.patch
deleted file mode 100644
index 8104b3289..000000000
--- a/testing/texlive-bin/fix-fontforge-encoding.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 },