Closed
Bug 489137
Opened 16 years ago
Closed 16 years ago
mozIJSSubScriptLoader charset issue: seems to handle only ascii
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 377498
People
(Reporter: xavier, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4 (.NET CLR 3.5.30729)
When loading an UTF-8 javascript file with mozIJSSubScriptLoader, UTF-8 characters are not handled properly
Reproducible: Always
Steps to Reproduce:
1. write a JS file with some UTF-8 characters that would appear in an alert for instance, or that will be injected into a DOM element
2. Load it with mozIJSSubScriptLoader
3.
Actual Results:
UTF-8 characters are messed up
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•