This commit is contained in:
ftang%netscape.com 1999-07-16 14:08:53 +00:00
Родитель a5443a6fd2
Коммит 8538bfa431
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -732,9 +732,9 @@ PRIVATE PRBool uCnGAlways8BytesComposedHangul(
*outlen = 8;
out[0] = out[2] = out[4] = out[6] = 0xa4;
out[1] = 0xd4;
out[2] = lMap[LIndex];
out[4] = VIndex + 0xbf;
out[6] = tMap[TIndex];
out[3] = lMap[LIndex];
out[5] = VIndex + 0xbf;
out[7] = tMap[TIndex];
return PR_TRUE;
}
}

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

@ -732,9 +732,9 @@ PRIVATE PRBool uCnGAlways8BytesComposedHangul(
*outlen = 8;
out[0] = out[2] = out[4] = out[6] = 0xa4;
out[1] = 0xd4;
out[2] = lMap[LIndex];
out[4] = VIndex + 0xbf;
out[6] = tMap[TIndex];
out[3] = lMap[LIndex];
out[5] = VIndex + 0xbf;
out[7] = tMap[TIndex];
return PR_TRUE;
}
}