Closed Bug 79276 Opened 24 years ago Closed 24 years ago

need to add unicode mapping tables for GBK/GB18030

Categories

(Core :: Internationalization, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla0.9.1

People

(Reporter: ftang, Assigned: ftang)

References

Details

(Whiteboard: r=/sr= done, wait for tree open 2001-05-09 07:22)

This bug include the patch which generate by the perl tool in 79275 The 4 byte mapping have alredy by check in before. Here is the remainning stuff 1. from unicode to gb18030 2 byte uniq file - intl\uconv\ucvcn\gb18030uniq2b.uf see http://bugzilla.mozilla.org/showattachment.cgi?attach_id=33399 2. to unicode from gb18030 2 byte uniq conversion file see http://bugzilla.mozilla.org/showattachment.cgi?attach_id=33400 3. from unicode to gbk 2 byte uniq file intl\uconv\ucvcn\gbkuniq2b.uf see http://bugzilla.mozilla.org/showattachment.cgi?attach_id=33401 4. from gbk to unicode 2 byte uniq conversion file intl\uconv\ucvcn\gbkuniq2b.ut see http://bugzilla.mozilla.org/showattachment.cgi?attach_id=33402 5. updated intl\uconv\ucvcn\cp936map.h see http://bugzilla.mozilla.org/showattachment.cgi?attach_id=33406 6. from gb18030 4 byte to unicode -/intl/uconv/ucvcn/gb180304bytes.ut already check in 2 weeks ago 7. from unicode to 4 byte gb18030 -/intl/uconv/ucvcn/gb180304bytes.uf already check in 2 weeks ago Notice the size impact gb18030uniq2b.uf- add 0x15e*2 = 700 bytes gb18030uniq2b.ut- add 0x00cb*2= 406 bytes gbkuniq2b.uf- add 0x0008*2= 16 bytes gbkuniq2b.ut- add 0x0008*2= 16 bytes gb180304bytes.uf- add 0x33e*2 = 1660 bytes gb180304bytes.ut- add 0x2e8*2 = 1488 bytes cp936map.h- same size the total increase is 4286 bytes (~4K) in ucvcn.
bstell has reviewed this as part of 75928 . we think it will be easier if we break that into smalleer pieces for suprereview.
Whiteboard: code ready for suprereview. r=bstell
Whiteboard: code ready for suprereview. r=bstell → code ready for suprereview 2001-05-07 18:26. r=bstell
Blocks: 75928
mark it assign moz0.9.1
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
pls fix email typo in 33046 r=bstell@netscape.com
sr=blizzard
Whiteboard: code ready for suprereview 2001-05-07 18:26. r=bstell → r=/sr= done, wait for tree open 2001-05-09 07:22
QA Contact: andreasb → ylong
fix and check in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Changed QA contact to teruko@netscape.com.
QA Contact: ylong → teruko
Since we do not have fonts for Mac and Windows, I change QA contact to the reporter.
QA Contact: teruko → ftang
You need to log in before you can comment on or make changes to this bug.