summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/xpdf/UnicodeMapTables.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/xpdf/UnicodeMapTables.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/xpdf/UnicodeMapTables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/xpdf/UnicodeMapTables.h b/Build/source/libs/xpdf/xpdf-src/xpdf/UnicodeMapTables.h
index 60ac55d124e..d103c2ea382 100644
--- a/Build/source/libs/xpdf/xpdf-src/xpdf/UnicodeMapTables.h
+++ b/Build/source/libs/xpdf/xpdf-src/xpdf/UnicodeMapTables.h
@@ -11,8 +11,7 @@ static UnicodeMapRange latin1UnicodeMapRanges[] = {
{ 0x000c, 0x000d, 0x0c, 1 },
{ 0x0020, 0x007e, 0x20, 1 },
{ 0x00a0, 0x00a0, 0x20, 1 },
- { 0x00a1, 0x00ac, 0xa1, 1 },
- { 0x00ae, 0x00ff, 0xae, 1 },
+ { 0x00a1, 0x00ff, 0xa1, 1 },
{ 0x010c, 0x010c, 0x43, 1 },
{ 0x010d, 0x010d, 0x63, 1 },
{ 0x0131, 0x0131, 0x69, 1 },
@@ -29,7 +28,7 @@ static UnicodeMapRange latin1UnicodeMapRanges[] = {
{ 0x02da, 0x02da, 0xb0, 1 },
{ 0x02dc, 0x02dc, 0x7e, 1 },
{ 0x2010, 0x2010, 0x2d, 1 },
- { 0x2013, 0x2013, 0xad, 1 },
+ { 0x2013, 0x2013, 0x2d, 1 },
{ 0x2014, 0x2014, 0x2d2d, 2 },
{ 0x2018, 0x2018, 0x60, 1 },
{ 0x2019, 0x2019, 0x27, 1 },
@@ -76,6 +75,7 @@ static UnicodeMapRange ascii7UnicodeMapRanges[] = {
{ 0x000c, 0x000d, 0x0c, 1 },
{ 0x0020, 0x005f, 0x20, 1 },
{ 0x0061, 0x007e, 0x61, 1 },
+ { 0x00a0, 0x00a0, 0x20, 1 },
{ 0x00a6, 0x00a6, 0x7c, 1 },
{ 0x00a9, 0x00a9, 0x286329, 3 },
{ 0x00ae, 0x00ae, 0x285229, 3 },