Closed Bug 39640 Opened 25 years ago Closed 25 years ago

[regression]The new GB2312GL converter missed fonts

Categories

(Core :: Internationalization, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: yueheng.xu, Assigned: yueheng.xu)

References

()

Details

(Keywords: regression, Whiteboard: [nsbeta2+][Will be minus on 6/15])

Attachments

(8 files)

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.
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.
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]
A tested and my peer reviewed fix has already submitted to ftang for review a week or two ago.
Status: NEW → ASSIGNED
added hoa.nguyen@intel.com at the Cc: list
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]
The fix has been checked in on last Friday.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: --- → M17
I verified this in 2000-06-05-08 Linux build.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: