summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2008-08-14 18:19:32 +0200
committerTor Andersson <tor@ghostscript.com>2008-08-14 18:19:32 +0200
commit34b787312f1546d9892bb4b6601943ac54d2fc02 (patch)
treeb1cc361aaf3f1a54592385434b593795c97ab13d
parente1ecc91f0401d1d538a6d9f7844acea064266a9a (diff)
downloadmupdf-34b787312f1546d9892bb4b6601943ac54d2fc02.tar.xz
empirically, MS_ENC_UNI_FULL_REPETOIRE is utf-16 and can be decoded by decodeunicodeBMP - tested on Vista (kjk)
-rw-r--r--mupdf/pdf_fontfilems.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mupdf/pdf_fontfilems.c b/mupdf/pdf_fontfilems.c
index e4f15af6..9cd5347b 100644
--- a/mupdf/pdf_fontfilems.c
+++ b/mupdf/pdf_fontfilems.c
@@ -307,6 +307,7 @@ decodemicrosoftplatform(char* source, int sourcelen,char* dest, int destlen, int
{
case MS_ENC_SYMBOL:
case MS_ENC_UNI_BMP:
+ case MS_ENC_UNI_FULL_REPETOIRE:
err = decodeunicodeBMP(source,sourcelen,dest,destlen);
break;
default: