Closed
Bug 827495
Opened 13 years ago
Closed 13 years ago
nsiConverterOutputStream no longer converts to UTF8 in FF19
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mozilla, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.10) Gecko/20100101 Firefox/10.0.10
Build ID: 20121024073834
Steps to reproduce:
1. Create a file output stream.
2. Wrap it in a converter output stream
3. Write some text
4. Close the converter stream
Actual results:
1. Text is written in what my Linux "file -i" describes as US ASCII, and is approximately 50% larger than a UTF-8 format file
Expected results:
1. Write the file in UTF-8
I've also tried this with safe output stream. Although it is convoluted to work with converters and safe output streams, I get the same problem.
This works in FF10ESR. It appears to be working now in FF18.0a2 although I thought it wasn't working earlier. But not working in FF17 release?
Comment 1•13 years ago
|
||
Can you please provide a testcase ?
Component: Untriaged → Internationalization
Product: Firefox → Core
Updated•13 years ago
|
Flags: needinfo?(bugzilla)
Reporter | ||
Comment 2•13 years ago
|
||
Mistake in the test data. I think this works OK.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Flags: needinfo?(bugzilla)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•