Closed
Bug 359237
Opened 19 years ago
Closed 16 years ago
NPN_Status with non-ascii characters doesn't display anything
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wbardwel, Unassigned)
Details
(Whiteboard: [closeme 2010-02-25])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
On WinME Japanese or Win98 Japanese, calling NPN_Status() in a plugin with Japanese characters (UTF-8 or Shift_JIS) shows nothing. If the string starts with that, then nothing is shown, if the string starts with ASCII the ASCII is shown, but the Japanese is not. It seems to work fine under Windozes from this century (e.g. WinXP)
Reproducible: Always
Steps to Reproduce:
1.Call NPN_Status in a plugin with non-ascii characters
2.
3.
Actual Results:
ASCII in a status string is displayed, but only if it is at the begining.
Expected Results:
All of the stuff should be displayed, as long as it is legal stuff, and is int he current font.
Comment 1•16 years ago
|
||
do you still see this problem when using firefox version 3.5 or 3.6?
If not, please close the bug (resolution WORKSFORME is one possibility).
And if you do see the problem, please provide an update comment.
Whiteboard: [closeme 2010-02-25]
| Reporter | ||
Comment 2•16 years ago
|
||
Well, Firefox doesn't support Win95/98/ME any more, so presumably this is non-operative.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•