Closed
Bug 39640
Opened 25 years ago
Closed 25 years ago
[regression]The new GB2312GL converter missed fonts
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: yueheng.xu, Assigned: yueheng.xu)
References
()
Details
(Keywords: regression, Whiteboard: [nsbeta2+][Will be minus on 6/15])
Attachments
(8 files)
|
1.76 KB,
patch
|
Details | Diff | Splinter Review | |
|
6.54 KB,
patch
|
Details | Diff | Splinter Review | |
|
4.05 KB,
patch
|
Details | Diff | Splinter Review | |
|
3.69 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.96 KB,
patch
|
Details | Diff | Splinter Review | |
|
5.29 KB,
patch
|
Details | Diff | Splinter Review | |
|
6.84 KB,
patch
|
Details | Diff | Splinter Review | |
|
4.73 KB,
patch
|
Details | Diff | Splinter Review |
There are some run-time error for this newly checked-in converter. In the test
page, many GB characters are missing fonts. It is because the loop counter mis-
calculation in line 114:
iSrcLength += 2;
The aSrcLength is counted in units of unicode and above line should be:
iSrcLength++;
A fix is under review now.
Comment 1•25 years ago
|
||
yueheng.xu- Thank you for fixing this bug quickly. In the future, please send
use code that you have tested and see correct result before submission.
Updated•25 years ago
|
Keywords: nsbeta2,
regression
Summary: The new GB2312GL converter missed fonts → [regression]The new GB2312GL converter missed fonts
Putting on [nsbeta2+][6/01] radar. This work must be done by 06/01 or we may
pull this for PR2.
Whiteboard: [nsbeta2+][6/01]
| Assignee | ||
Comment 3•25 years ago
|
||
A tested and my peer reviewed fix has already submitted to ftang for review a
week or two ago.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
| Assignee | ||
Comment 6•25 years ago
|
||
| Assignee | ||
Comment 7•25 years ago
|
||
| Assignee | ||
Comment 8•25 years ago
|
||
added hoa.nguyen@intel.com at the Cc: list
| Assignee | ||
Comment 9•25 years ago
|
||
| Assignee | ||
Comment 10•25 years ago
|
||
| Assignee | ||
Comment 11•25 years ago
|
||
| Assignee | ||
Comment 12•25 years ago
|
||
Comment 13•25 years ago
|
||
Due to slip in schedule, moving this bug from [6/01] to [Will be minus on 6/15]
for fix deadline.
Whiteboard: [nsbeta2+][6/01] → [nsbeta2+][Will be minus on 6/15]
| Assignee | ||
Comment 14•25 years ago
|
||
The fix has been checked in on last Friday.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: --- → M17
You need to log in
before you can comment on or make changes to this bug.
Description
•