Closed
Bug 79276
Opened 24 years ago
Closed 24 years ago
need to add unicode mapping tables for GBK/GB18030
Categories
(Core :: Internationalization, defect)
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)
Assignee | ||
Comment 1•24 years ago
|
||
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.
Assignee | ||
Comment 2•24 years ago
|
||
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
Assignee | ||
Updated•24 years ago
|
Whiteboard: code ready for suprereview. r=bstell → code ready for suprereview 2001-05-07 18:26. r=bstell
Assignee | ||
Comment 3•24 years ago
|
||
mark it assign moz0.9.1
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
Comment 4•24 years ago
|
||
pls fix email typo in 33046
r=bstell@netscape.com
Comment 5•24 years ago
|
||
sr=blizzard
Assignee | ||
Updated•24 years ago
|
Whiteboard: code ready for suprereview 2001-05-07 18:26. r=bstell → r=/sr= done, wait for tree open 2001-05-09 07:22
Updated•24 years ago
|
QA Contact: andreasb → ylong
Assignee | ||
Comment 6•24 years ago
|
||
fix and check in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
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.
Description
•