Closed
Bug 141621
Opened 23 years ago
Closed 23 years ago
problem in converting non-bmp character to UTF-8
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: shanjian, Assigned: shanjian)
Details
(Keywords: intl)
Attachments
(1 file)
807 bytes,
patch
|
tetsuroy
:
review+
blizzard
:
superreview+
|
Details | Diff | Splinter Review |
Reproduce step:
1, configure your system to be able to handle surrogate. If you don't know how
to do it, refers bug 118000. Install code2001.
2, open page http://home.att.net/~jameskass/deserettest.htm in composer.
3, select save as charset, and choose utf-8.
4, open saved file in browser.
You will see those characters are not displayed correctly. Examine the file in
binary, those utf-8 strings are incorrect.
Expected behavor:
characters are correctly displayed.
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
This is a simple change. Roy, could you review?
Comment 4•23 years ago
|
||
Comment on attachment 81947 [details] [diff] [review]
patch
/r=yokoyama
Good catch.
Attachment #81947 -
Flags: review+
Assignee | ||
Comment 5•23 years ago
|
||
blizzard, could you sr?
Comment 6•23 years ago
|
||
Comment on attachment 81947 [details] [diff] [review]
patch
sr=blizzard
Attachment #81947 -
Flags: superreview+
Assignee | ||
Comment 7•23 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•