Closed
Bug 314460
Opened 20 years ago
Closed 4 years ago
###!!! ASSERTION: not a UTF8 string
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Biesinger, Unassigned)
References
()
Details
(Keywords: assertion)
###!!! ASSERTION: not a UTF8 string: 'Error', file ../../dist/include/string\nsUTF8Utils.h, line 151
###!!! ASSERTION: Input wasn't UTF8 or incorrect length was calculated: 'Error', file c:/mozilla/xpcom/string/src/nsReadableUtils.cpp, line 262
winxp, seamonkey, build from today.
Java(TM) 2 Platform Standard Edition 5.0 Update 4
This is in nsPluginInstanceOwner::ShowStatus(const char*).
+ aStatusMsg 0x0867ec60 "Ladevorgang läuft Java-Applet" const char *
Apparently Java passes the string in the native encoding here, while Mozilla assumes UTF-8.
Comment 1•18 years ago
|
||
critical still?
Updated•13 years ago
|
Severity: critical → minor
Priority: -- → P3
Comment 2•4 years ago
|
||
Resolving as wont fix, plugin support deprecated in Firefox 85.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•