Closed
Bug 269649
Opened 20 years ago
Closed 20 years ago
nsIScriptableUnicodeConverter should have methods for bytearray conversion
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
DUPLICATE
of bug 262385
mozilla1.8alpha5
People
(Reporter: Biesinger, Assigned: Biesinger)
References
()
Details
Attachments
(1 obsolete file)
for easier interaction with stuff like nsIStreamLoader as well as correct dealing with charsets like UTF-16 and UTF-32 (i.e. those with embedded null bytes), nsIScriptableUnicodeConverter should have methods taking/returning byte array in addition to string. keeping string is good for backwards compatibility w/ JS extensions
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #165801 -
Flags: review?(jshin)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8alpha5
Comment 2•20 years ago
|
||
we need some coordination here. recall that we also have bug 262385
| Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 165801 [details] [diff] [review] patch hmm, I completely forgot about that one, and my search hadn't found it...
Attachment #165801 -
Attachment is obsolete: true
Attachment #165801 -
Flags: review?(jshin)
| Assignee | ||
Comment 4•20 years ago
|
||
*** This bug has been marked as a duplicate of 262385 ***
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•