Stop passing in lone surrogates to nsUnicodeProperties methods
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
People
(Reporter: smontagu, Unassigned)
Details
Attachments
(4 files)
|
11.39 KB,
patch
|
Details | Diff | Splinter Review | |
|
4.66 KB,
patch
|
Details | Diff | Splinter Review | |
|
12.04 KB,
patch
|
Details | Diff | Splinter Review | |
|
800 bytes,
text/html
|
Details |
| Reporter | ||
Comment 1•13 years ago
|
||
| Reporter | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
| Reporter | ||
Comment 6•13 years ago
|
||
| Reporter | ||
Comment 7•13 years ago
|
||
Comment 9•4 years ago
|
||
I'm inclined to agree with Simon's argument that our current behavior of displaying lone surrogates as hexboxes is wrong -- a hexbox is what we show for a Unicode codepoint for which no font is available; but a lone surrogate is not a Unicode codepoint, rather, the content has an ill-formed code unit sequence. That means we still have a bug here that we should aim to fix (although the existing patches are likely to be heavily bit-rotted).
I'll try to find cycles to have another look at this sometime.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Comment on attachment 629168 [details] [diff] [review]
patch for paired surrogates, alternate version
Clearing review flags so this doesn't show up in triage.
Comment 11•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:m_kato, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•4 years ago
|
Description
•