|
Description
|
please reassign to correct cat/subcat if library/l10n-common isn't, thanks.
GB 18030-2000 consists of two byte characters and four byte characters.
Its two byte characters' byte range is:
1th byte: 0x81-0xFE
2th byte: 0x40-0xFE
and its four byte characters' byte range is:
1th byte: 0x81-0xFE
2th byte: 0x30-0x39
3th byte: 0x81-0xFE
4th byte: 0x30-0x39
Since two byte characters and four byte characters share the same leading byte, ldterm module can't decide only the first byte whether it is two byte character or four byte character, need to enhance the ldterm module to solve it.
|