summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-18 05:25:54 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-11-18 05:56:04 +0200
commit43b5ca69aa545cf93eded55258d92d651917815f (patch)
treeb5e724a9f155894a9ff2d3ce03683c5b002ee75c /unotools
parent964f4ca95baf34d21002312003453cd0e72f5832 (diff)
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
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/misc/fontcvt.cxx2
1 files changed, 1 insertions, 1 deletions
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,