Back out earlier change so that we again treat hyphen as numeric terminator rather than neutral (and conform to the Unicode Bidi algorithm rather than be compatible with IE). b=73251 r=simon@softel.co.il sr=hyatt

This commit is contained in:
dbaron%fas.harvard.edu 2001-06-29 03:20:09 +00:00
Родитель f7dfb32406
Коммит d15b507c8b
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -29,7 +29,7 @@ static PRUint8 gBidiCatIdx1[256] = {
11, /* U+0010 - U+0017 : 0xBBBBBBBB */
17, /* U+0018 - U+001F : 0xDCCCBBBB */
18, /* U+0020 - U+0027 : 0x9977799E */
19, /* U+0028 - U+002F : 0x68987999 */
19, /* U+0028 - U+002F : 0x68787999 */
5, /* U+0030 - U+0037 : 0x55555555 */
20, /* U+0038 - U+003F : 0x99999855 */
21, /* U+0040 - U+0047 : 0x11111119 */
@ -1688,7 +1688,7 @@ static PRUint8 gBidiCatIdx6[224] = {
3, /* U+FEF0 - U+FEF7 : 0x33333333 */
55, /* U+FEF8 - U+FEFF : 0xB3333333 */
138, /* U+FF00 - U+FF07 : 0x99777991 */
19, /* U+FF08 - U+FF0F : 0x68987999 */
19, /* U+FF08 - U+FF0F : 0x68787999 */
5, /* U+FF10 - U+FF17 : 0x55555555 */
20, /* U+FF18 - U+FF1F : 0x99999855 */
21, /* U+FF20 - U+FF27 : 0x11111119 */
@ -1741,7 +1741,7 @@ static PRUint32 gBidiCatPat[143] = {
0xBBCEDCDB, /* 16 */
0xDCCCBBBB, /* 17 */
0x9977799E, /* 18 */
0x68987999, /* 19 */
0x68787999, /* 19 */
0x99999855, /* 20 */
0x11111119, /* 21 */
0x99999111, /* 22 */