From e6db88b0807ef97382cafe0341e3b9af92ae320f Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 26 Mar 2011 12:04:18 -0400 Subject: [PATCH] Bug 622935 - Map 0x7F to U+007F rather than U+FFFD in mac and soviet encodings; r=smontagu --- intl/uconv/src/macroman.uf | 4 ++-- intl/uconv/src/macroman.ut | 4 ++-- intl/uconv/ucvlatin/koi8r.uf | 4 ++-- intl/uconv/ucvlatin/koi8r.ut | 4 ++-- intl/uconv/ucvlatin/koi8u.uf | 4 ++-- intl/uconv/ucvlatin/koi8u.ut | 4 ++-- intl/uconv/ucvlatin/macce.uf | 4 ++-- intl/uconv/ucvlatin/macce.ut | 4 ++-- intl/uconv/ucvlatin/maccroat.uf | 4 ++-- intl/uconv/ucvlatin/maccroat.ut | 4 ++-- intl/uconv/ucvlatin/maccyril.uf | 4 ++-- intl/uconv/ucvlatin/maccyril.ut | 4 ++-- intl/uconv/ucvlatin/macdevanaga.uf | 4 ++-- intl/uconv/ucvlatin/macdevanaga.ut | 4 ++-- intl/uconv/ucvlatin/macgreek.uf | 4 ++-- intl/uconv/ucvlatin/macgreek.ut | 4 ++-- intl/uconv/ucvlatin/macgujarati.uf | 4 ++-- intl/uconv/ucvlatin/macgujarati.ut | 4 ++-- intl/uconv/ucvlatin/macicela.uf | 4 ++-- intl/uconv/ucvlatin/macicela.ut | 4 ++-- intl/uconv/ucvlatin/macro.uf | 4 ++-- intl/uconv/ucvlatin/macro.ut | 4 ++-- intl/uconv/ucvlatin/macturki.uf | 4 ++-- intl/uconv/ucvlatin/macturki.ut | 4 ++-- 24 files changed, 48 insertions(+), 48 deletions(-) diff --git a/intl/uconv/src/macroman.uf b/intl/uconv/src/macroman.uf index 06a639f8abb..a88e8b1b8d5 100644 --- a/intl/uconv/src/macroman.uf +++ b/intl/uconv/src/macroman.uf @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -231,7 +231,7 @@ End of Item 0013 0x1210, 0x1122, 0x2122, 0x2212, 0x1221, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000A Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x00A0, 0x00FF, 0x0000, /* 0002 */ 0x0131, 0x0000, 0x00F5, /* 0003 */ 0x0152, 0x0153, 0x0060, diff --git a/intl/uconv/src/macroman.ut b/intl/uconv/src/macroman.ut index 587066e33e1..0857edc49b8 100644 --- a/intl/uconv/src/macroman.ut +++ b/intl/uconv/src/macroman.ut @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -97,7 +97,7 @@ End of Item 0001 0x0010, /*-------------------------------------------------------*/ /* Offset=0x0005 Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x0080, 0x00FF, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000B Start of MappingTable */ diff --git a/intl/uconv/ucvlatin/koi8r.uf b/intl/uconv/ucvlatin/koi8r.uf index e6caf4d6780..dbb7a1e6470 100644 --- a/intl/uconv/ucvlatin/koi8r.uf +++ b/intl/uconv/ucvlatin/koi8r.uf @@ -46,7 +46,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -215,7 +215,7 @@ End of Item 0010 0x0000, 0x2210, 0x1211, 0x1111, 0x0002, /*-------------------------------------------------------*/ /* Offset=0x0009 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x0418, 0x041F, 0x00E9, /* 0002 */ 0x0438, 0x043F, 0x00C9, /* 0003 */ 0x2553, 0x2561, 0x00A4, diff --git a/intl/uconv/ucvlatin/koi8r.ut b/intl/uconv/ucvlatin/koi8r.ut index c061b7ba25a..537e294a476 100644 --- a/intl/uconv/ucvlatin/koi8r.ut +++ b/intl/uconv/ucvlatin/koi8r.ut @@ -46,7 +46,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -136,7 +136,7 @@ End of Item 0007 0x0000, 0x1210, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x0007 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x00A4, 0x00B2, 0x2553, /* 0002 */ 0x00B4, 0x00BE, 0x2562, /* 0003 */ 0x00C9, 0x00D0, 0x0438, diff --git a/intl/uconv/ucvlatin/koi8u.uf b/intl/uconv/ucvlatin/koi8u.uf index 90c5a094e04..c9ee40e98bc 100644 --- a/intl/uconv/ucvlatin/koi8u.uf +++ b/intl/uconv/ucvlatin/koi8u.uf @@ -46,7 +46,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -209,7 +209,7 @@ End of Item 000E 0x1000, 0x1112, 0x1112, 0x0211, /*-------------------------------------------------------*/ /* Offset=0x0008 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x0418, 0x041F, 0x00E9, /* 0002 */ 0x0438, 0x043F, 0x00C9, /* 0003 */ 0x00A0, 0x00B7, 0x0000, diff --git a/intl/uconv/ucvlatin/koi8u.ut b/intl/uconv/ucvlatin/koi8u.ut index 7b0d6574ee7..7a446b377e2 100644 --- a/intl/uconv/ucvlatin/koi8u.ut +++ b/intl/uconv/ucvlatin/koi8u.ut @@ -46,7 +46,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -110,7 +110,7 @@ End of Item 0003 0x1000, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x0006 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x00C9, 0x00D0, 0x0438, /* 0002 */ 0x00E9, 0x00F0, 0x0418, /* 0003 */ 0x0080, 0x00FF, 0x0000, diff --git a/intl/uconv/ucvlatin/macce.uf b/intl/uconv/ucvlatin/macce.uf index a053d6f69ab..3b6cef01246 100644 --- a/intl/uconv/ucvlatin/macce.uf +++ b/intl/uconv/ucvlatin/macce.uf @@ -46,7 +46,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -167,7 +167,7 @@ End of Item 0008 0x1210, 0x1121, 0x0002, /*-------------------------------------------------------*/ /* Offset=0x0007 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x00A0, 0x017E, 0x0000, /* 0002 */ 0x02C7, 0x0000, 0x00FF, /* 0003 */ 0x2013, 0x2026, 0x00DF, diff --git a/intl/uconv/ucvlatin/macce.ut b/intl/uconv/ucvlatin/macce.ut index ced77e5af89..14d1e8a3235 100644 --- a/intl/uconv/ucvlatin/macce.ut +++ b/intl/uconv/ucvlatin/macce.ut @@ -46,7 +46,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -96,7 +96,7 @@ End of Item 0001 0x0010, /*-------------------------------------------------------*/ /* Offset=0x0005 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x0080, 0x00FF, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000B Start of MappingTable */ diff --git a/intl/uconv/ucvlatin/maccroat.uf b/intl/uconv/ucvlatin/maccroat.uf index ed842cc741e..30b9915afb5 100644 --- a/intl/uconv/ucvlatin/maccroat.uf +++ b/intl/uconv/ucvlatin/maccroat.uf @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -237,7 +237,7 @@ End of Item 0013 0x1210, 0x1211, 0x1221, 0x2122, 0x2212, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000A Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x00A0, 0x0111, 0x0000, /* 0002 */ 0x0131, 0x0000, 0x00F5, /* 0003 */ 0x0152, 0x0153, 0x0072, diff --git a/intl/uconv/ucvlatin/maccroat.ut b/intl/uconv/ucvlatin/maccroat.ut index 9ca66f511ad..a53f64dd3ef 100644 --- a/intl/uconv/ucvlatin/maccroat.ut +++ b/intl/uconv/ucvlatin/maccroat.ut @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -97,7 +97,7 @@ End of Item 0001 0x0010, /*-------------------------------------------------------*/ /* Offset=0x0005 Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x0080, 0x00FF, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000B Start of MappingTable */ diff --git a/intl/uconv/ucvlatin/maccyril.uf b/intl/uconv/ucvlatin/maccyril.uf index 076890d5584..663f4859990 100644 --- a/intl/uconv/ucvlatin/maccyril.uf +++ b/intl/uconv/ucvlatin/maccyril.uf @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -200,7 +200,7 @@ End of Item 0010 0x1000, 0x1122, 0x2211, 0x2122, 0x0001, /*-------------------------------------------------------*/ /* Offset=0x0009 Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x0410, 0x042F, 0x0080, /* 0002 */ 0x0430, 0x044E, 0x00E0, /* 0003 */ 0x00A0, 0x00BB, 0x0000, diff --git a/intl/uconv/ucvlatin/maccyril.ut b/intl/uconv/ucvlatin/maccyril.ut index 025ac262599..63633414397 100644 --- a/intl/uconv/ucvlatin/maccyril.ut +++ b/intl/uconv/ucvlatin/maccyril.ut @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -109,7 +109,7 @@ End of Item 0004 0x1000, 0x0002, /*-------------------------------------------------------*/ /* Offset=0x0006 Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x0080, 0x009F, 0x0410, /* 0002 */ 0x00E0, 0x00FE, 0x0430, /* 0003 */ 0x00A0, 0x00DF, 0x0000, diff --git a/intl/uconv/ucvlatin/macdevanaga.uf b/intl/uconv/ucvlatin/macdevanaga.uf index 58d84765028..703c074639d 100644 --- a/intl/uconv/ucvlatin/macdevanaga.uf +++ b/intl/uconv/ucvlatin/macdevanaga.uf @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -180,7 +180,7 @@ End of Item 000D 0x0000, 0x2100, 0x1111, 0x0022, /*-------------------------------------------------------*/ /* Offset=0x0008 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x0905, 0x090B, 0x00A4, /* 0002 */ 0x0915, 0x092F, 0x00B3, /* 0003 */ 0x0930, 0x0939, 0x00CF, diff --git a/intl/uconv/ucvlatin/macdevanaga.ut b/intl/uconv/ucvlatin/macdevanaga.ut index f3395be004e..e690a09bb97 100644 --- a/intl/uconv/ucvlatin/macdevanaga.ut +++ b/intl/uconv/ucvlatin/macdevanaga.ut @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -142,7 +142,7 @@ End of Item 0008 0x0000, 0x1100, 0x0001, /*-------------------------------------------------------*/ /* Offset=0x0007 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x00A4, 0x00AA, 0x0905, /* 0002 */ 0x00B3, 0x00CD, 0x0915, /* 0003 */ 0x00CF, 0x00D8, 0x0930, diff --git a/intl/uconv/ucvlatin/macgreek.uf b/intl/uconv/ucvlatin/macgreek.uf index 61ac41809e8..90eceab4d0b 100644 --- a/intl/uconv/ucvlatin/macgreek.uf +++ b/intl/uconv/ucvlatin/macgreek.uf @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -163,7 +163,7 @@ End of Item 0009 0x2110, 0x2211, 0x0012, /*-------------------------------------------------------*/ /* Offset=0x0007 Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x00A0, 0x00C9, 0x0000, /* 0002 */ 0x00D6, 0x00FC, 0x002A, /* 0003 */ 0x0153, 0x0000, 0x00CF, diff --git a/intl/uconv/ucvlatin/macgreek.ut b/intl/uconv/ucvlatin/macgreek.ut index 1d4bfa68cb3..d8ca7d8de76 100644 --- a/intl/uconv/ucvlatin/macgreek.ut +++ b/intl/uconv/ucvlatin/macgreek.ut @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -97,7 +97,7 @@ End of Item 0001 0x0010, /*-------------------------------------------------------*/ /* Offset=0x0005 Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x0080, 0x00FF, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000B Start of MappingTable */ diff --git a/intl/uconv/ucvlatin/macgujarati.uf b/intl/uconv/ucvlatin/macgujarati.uf index 389f290daf8..c11aa629f3c 100644 --- a/intl/uconv/ucvlatin/macgujarati.uf +++ b/intl/uconv/ucvlatin/macgujarati.uf @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -179,7 +179,7 @@ End of Item 000D 0x0000, 0x2100, 0x1111, 0x0022, /*-------------------------------------------------------*/ /* Offset=0x0008 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x0A85, 0x0A8B, 0x00A4, /* 0002 */ 0x0A95, 0x0AA8, 0x00B3, /* 0003 */ 0x0AAA, 0x0AAF, 0x00C8, diff --git a/intl/uconv/ucvlatin/macgujarati.ut b/intl/uconv/ucvlatin/macgujarati.ut index a80bc40003f..2d6218199a0 100644 --- a/intl/uconv/ucvlatin/macgujarati.ut +++ b/intl/uconv/ucvlatin/macgujarati.ut @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0000 - srcEnd = 007E + srcEnd = 007F destBegin = 0000 End of Item 0000 @@ -142,7 +142,7 @@ End of Item 0008 0x0000, 0x1100, 0x0001, /*-------------------------------------------------------*/ /* Offset=0x0007 Start of MapCell Array */ -/* 0000 */ 0x0000, 0x007E, 0x0000, +/* 0000 */ 0x0000, 0x007F, 0x0000, /* 0001 */ 0x00A4, 0x00AA, 0x0A85, /* 0002 */ 0x00B3, 0x00C6, 0x0A95, /* 0003 */ 0x00C8, 0x00CD, 0x0AAA, diff --git a/intl/uconv/ucvlatin/macicela.uf b/intl/uconv/ucvlatin/macicela.uf index d9ee1c091e1..7023de8e213 100644 --- a/intl/uconv/ucvlatin/macicela.uf +++ b/intl/uconv/ucvlatin/macicela.uf @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -225,7 +225,7 @@ End of Item 0013 0x1210, 0x1122, 0x2122, 0x2122, 0x2212, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000A Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x00A0, 0x00FF, 0x0000, /* 0002 */ 0x0131, 0x0000, 0x00F5, /* 0003 */ 0x0152, 0x0153, 0x0060, diff --git a/intl/uconv/ucvlatin/macicela.ut b/intl/uconv/ucvlatin/macicela.ut index 3fa7ca4859e..45fcf6bbf8f 100644 --- a/intl/uconv/ucvlatin/macicela.ut +++ b/intl/uconv/ucvlatin/macicela.ut @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -97,7 +97,7 @@ End of Item 0001 0x0010, /*-------------------------------------------------------*/ /* Offset=0x0005 Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x0080, 0x00FF, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000B Start of MappingTable */ diff --git a/intl/uconv/ucvlatin/macro.uf b/intl/uconv/ucvlatin/macro.uf index 07fddd37373..15f27c8354f 100644 --- a/intl/uconv/ucvlatin/macro.uf +++ b/intl/uconv/ucvlatin/macro.uf @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -232,7 +232,7 @@ End of Item 0013 0x1210, 0x1122, 0x1221, 0x2122, 0x2212, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000A Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x00A0, 0x0103, 0x0000, /* 0002 */ 0x0131, 0x0000, 0x00F5, /* 0003 */ 0x0152, 0x0153, 0x0064, diff --git a/intl/uconv/ucvlatin/macro.ut b/intl/uconv/ucvlatin/macro.ut index 1728dda99b0..6585854f23a 100644 --- a/intl/uconv/ucvlatin/macro.ut +++ b/intl/uconv/ucvlatin/macro.ut @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -97,7 +97,7 @@ End of Item 0001 0x0010, /*-------------------------------------------------------*/ /* Offset=0x0005 Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x0080, 0x00FF, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000B Start of MappingTable */ diff --git a/intl/uconv/ucvlatin/macturki.uf b/intl/uconv/ucvlatin/macturki.uf index 6c23f3cbe0c..d88833e0f50 100644 --- a/intl/uconv/ucvlatin/macturki.uf +++ b/intl/uconv/ucvlatin/macturki.uf @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -232,7 +232,7 @@ End of Item 0013 0x1110, 0x1221, 0x1221, 0x2212, 0x2221, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000A Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x00A0, 0x00FF, 0x0000, /* 0002 */ 0x011E, 0x011F, 0x0060, /* 0003 */ 0x0130, 0x0131, 0x0062, diff --git a/intl/uconv/ucvlatin/macturki.ut b/intl/uconv/ucvlatin/macturki.ut index 2c18592cce5..6ce7fcee0e5 100644 --- a/intl/uconv/ucvlatin/macturki.ut +++ b/intl/uconv/ucvlatin/macturki.ut @@ -47,7 +47,7 @@ Begin of Item 0000 Format 0 srcBegin = 0020 - srcEnd = 007E + srcEnd = 007F destBegin = 0020 End of Item 0000 @@ -97,7 +97,7 @@ End of Item 0001 0x0010, /*-------------------------------------------------------*/ /* Offset=0x0005 Start of MapCell Array */ -/* 0000 */ 0x0020, 0x007E, 0x0020, +/* 0000 */ 0x0020, 0x007F, 0x0020, /* 0001 */ 0x0080, 0x00FF, 0x0000, /*-------------------------------------------------------*/ /* Offset=0x000B Start of MappingTable */