Bug 106761 - HTML: charset setting not honored/broken CP1252
Summary: HTML: charset setting not honored/broken CP1252
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer Web (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: (X)HTML-Export
  Show dependency treegraph
 
Reported: 2017-03-24 23:18 UTC by mhonline
Modified: 2018-10-15 10:04 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mhonline 2017-03-24 23:18:09 UTC
set OPTION/HTML-compatibility  to WINDOWS 1252

start a new HTML-page
tag charset is set to charset=windows-1252

type in the german Umlauts äöüÄÖÜß

these characters will be saved as html-entities  ( ä=ä)

so Windos-1252/latin1 is a subset of CP 1252 only

there are some other glitches within the editor, esp. the reformating of code, which makes it difficult to edit/repair code, however, this issue is really unneccessary, please implement foll windows-1252-support.

martin
Comment 1 How can I remove my account? 2017-03-30 07:14:45 UTC
No. I think we should simply stop trying to be an HTML editor, and remove that feature. No use trying to polish a turd.
Comment 2 Buovjaga 2017-03-30 11:10:06 UTC
Now created a proposal to remove the turd: https://wiki.documentfoundation.org/Proposals_for_removing_features#Writer.2FWeb
Comment 3 Xisco Faulí 2017-12-08 09:54:24 UTC
I think we can just close this as RESOLVED WONTFIX.
Comment 4 mhonline 2018-10-15 10:04:29 UTC
I am not sure, if it makes sense to close this issue.
All browsers and text-editors are supporting the full
8-bit of this (and other) codepage, whereas LO is still
honouring only the 7-bit-art of it and changes characters
above 80hex according to the naming character reference.
This is an unneccessary step of reencoding, which causes
problems when re-using text in other programs 
(esp. search and ordering, in editors,XML etc) 

By that I intend to reopen this issue.

mh

P.S.:
Hope it was not ment seriously to drop the 
minimal-support of HTML.