Closed
Bug 84296
Opened 24 years ago
Closed 24 years ago
character coding switches automatically to another
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: u29838, Assigned: nhottanscp)
Details
(Keywords: intl)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9) Gecko/20010505
BuildID: 2001050515
Character coding switches automatically to another
Reproducible: Always
Steps to Reproduce:
1. Menu View -> Character Coding -> Customize
2. Choose character codings in following order and move them to Active character
codings:
Central European (Windows-1250), Central European (ISO-8859-2), Central European
(IBM-852), Unicode (UTF-8),
Unicode (UTF-7), Western (ISO-8859-1)
3. Choose OK
4. Menu Edit -> Preferences -> Navigator -> Languages
5. Choose Languages in following order: Slovak [sk], English [en]
6. Choose Default character coding Central European (Windows-1250)
7. Choose OK and close browser.
8. Start browser again. Point to htpp://www.onlinehry.sk/
Actual Results: Some accented letters is not diplayed correct.
In View -> Character Coding is as character coding Western (Windows-1252) displayed
Expected Results: Correct accented letters, In View -> Character Coding is as
character coding Central European (Windows-1250) displayed
OK, with 2001060703 works correct
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Steps to Reproduce:
1-8 as before
9. Click Reload button
Actual results: Default character coding (Windows-1250) changes to Windows-1252
(cannot read some accented letters)
Expected results: Defualt character coding stays
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 3•24 years ago
|
||
over to i18n
Assignee: asa → nhotta
Status: UNCONFIRMED → NEW
Component: Browser-General → Internationalization
Ever confirmed: true
QA Contact: doronr → andreasb
| Assignee | ||
Comment 4•24 years ago
|
||
The page has two META charset specifications.
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
and
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
It can reproduced without the pre-settings.
Just go to the page, http://www.onlinehry.sk/, windows-1250 is checked, hit
reload icon, then windows-1252 is checked.
Looks like the browser is fooled by the multiple charsets in one HTML.
This is invalid, the page needs change.
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•