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)

defect
Not set
normal

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);
Depends on: 231243
Biesi, what's the proper solution to this bug?
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
(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.