Closed
Bug 229420
Opened 21 years ago
Closed 19 years ago
htmlparser assumes native filesystem encoding is ascii compatible
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Biesinger, Unassigned)
References
Details
/htmlparser/src/nsExpatDriver.cpp, line 280 --
lfile->AppendNative(NS_LITERAL_CSTRING("res"));
/htmlparser/src/nsExpatDriver.cpp, line 281 --
lfile->AppendNative(NS_LITERAL_CSTRING("dtd"));
/htmlparser/src/nsExpatDriver.cpp, line 282 -- lfile->AppendNative(fileName);
Comment 1•19 years ago
|
||
Biesi, what's the proper solution to this bug?
Reporter | ||
Comment 2•19 years ago
|
||
I guess darin wontfix'd it in the bug comment that led to bug 231243 (sorry, I
forgot where that was)
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 3•19 years ago
|
||
(the solution would've been to change it to Append(NS_LITERAL_STRING("res")) etc)
You need to log in
before you can comment on or make changes to this bug.
Description
•