From 43b5ca69aa545cf93eded55258d92d651917815f Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 18 Nov 2016 05:25:54 +0200 Subject: [PATCH] Correct minute mapping from Adobe Symbol encoding It should be mapped to U+2032 PRIME not U+0384 GREEK TONOS, based on: http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt Change-Id: I554fe307955ac166d5c4e96813be71c03234eb4f --- unotools/source/misc/fontcvt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unotools/source/misc/fontcvt.cxx b/unotools/source/misc/fontcvt.cxx index 9eb980cc4bea..e42c9b303562 100644 --- a/unotools/source/misc/fontcvt.cxx +++ b/unotools/source/misc/fontcvt.cxx @@ -529,7 +529,7 @@ static const sal_Unicode aAdobeSymbolTab[224] = 0, 0, 0, 0, 0, 0, 0, 0, // F0a0 - 0xe11a, 0x03d2, 0x0384, 0xe11b, + 0xe11a, 0x03d2, 0x2032, 0xe11b, 0x2215, 0xe11c, 0xe11d, 0xe11e, 0x2666, 0xe11f, 0xe120, 0xe121, 0xe122, 0xe123, 0xe124, 0xe125,