Closed
Bug 269649
Opened 21 years ago
Closed 21 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•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #165801 -
Flags: review?(jshin)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8alpha5
Comment 2•21 years ago
|
||
we need some coordination here. recall that we also have bug 262385
Assignee | ||
Comment 3•21 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•21 years ago
|
||
*** This bug has been marked as a duplicate of 262385 ***
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•