[Libreoffice-commits] core.git: unotools/source
Khaled Hosny
khaledhosny at eglug.org
Fri Nov 18 03:58:04 UTC 2016
unotools/source/misc/fontcvt.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 43b5ca69aa545cf93eded55258d92d651917815f
Author: Khaled Hosny <khaledhosny at eglug.org>
Date: Fri Nov 18 05:25:54 2016 +0200
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
diff --git a/unotools/source/misc/fontcvt.cxx b/unotools/source/misc/fontcvt.cxx
index 9eb980c..e42c9b3 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,
More information about the Libreoffice-commits
mailing list