Closed
Bug 31351
Opened 26 years ago
Closed 26 years ago
printing need support Unicode string
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: yueheng.xu, Assigned: yueheng.xu)
Details
In modules at mozilla/gfx/src/ps, the PostScript printing right now is
a hack. For Unicode strings, all the odd byte are removed when converted
to PostScript language. This works for ASCII strings but not for those
characters set whose unicode high byte is not zero. We need make function
nsPostScriptObj::show in nsPosrScriptObj.cpp and function
nsRenderingContextPS::PostScriptTextOut in nsRenderingContextPS.cpp
really support unicode strings.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•26 years ago
|
||
a fix has been submitted pending the mozilla's code review process. I expect
either ftang@netscape.com or dcone@netscape.com to do this.
See also bug 6312 "Linux: internationalize printing".
Cc'd rkumar@eng.sun.com, bobj@netscape.com, dcone@netscape.com,
ftang@netscape.com, erik@netscape.com
| Assignee | ||
Comment 3•26 years ago
|
||
fix checked in on 4/5/00
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: --- → M16
You need to log in
before you can comment on or make changes to this bug.
Description
•