Closed
Bug 143751
Opened 24 years ago
Closed 24 years ago
wrong umlaut and symbol saving from browser
Categories
(Core :: Internationalization: Localization, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 119146
People
(Reporter: dot_ulli, Assigned: rchen)
References
(
URL
)
Details
(Keywords: intl)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0+)
Gecko/20020511
BuildID: 2002051104
Creating this piece aof html:
<html>
<head>
</head>
<body>
<br>ö & ä < >
</body>
</html>
Saved with the browser the body now shows:
<body>
<br>ö & ä < >
</body>
Saved with the composer:
<body>
<br>
ö & ä < > <br>
</body>
Reproducible: Always
Steps to Reproduce:
1. create the small html file
2. save it with browser
3. save ii with composer
4. compare the two files
Actual Results: Both files differ. The   is actually replaced by 0xa0
Expected Results: Save the file with proper encoding and same contents from
both components
Comment 1•24 years ago
|
||
Duplicate of "Incorrect Save As - Web Page, Complete saves (may be, because of
national charset)"
*** This bug has been marked as a duplicate of 119146 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Looking only at the browsers behaviour this might be a duplicate.
This has'nt been my intention. I wanted to show up that the saved results of the
components browser and composer are quite different. As this works for the
composer I'm not quite sure this really a localization problem.
If you open the 2nd file using the composer the valid encoding is reestablished.
You need to log in
before you can comment on or make changes to this bug.
Description
•