This issue still exists in upstream's OpenOffice.org 2.4.0~rc2.
** Summary changed:
- Starting BOM in HTML is treated as text
+ [Upstream] [hardy] Starting BOM in HTML is treated as text
** Changed in: openoffice.org (Ubuntu)
Importance: Undecided => Low
Status: New => Confirmed
** Al
The W3C validator says it is all right (white space is allowed before DOCTYPE).
The character set, if it is declared, must be consistent with the BOM.
Both Firefox and Internet Explorer support this feature.
Any utility that aspires to the role of a word processor should examine the BOM
of a t
Is it even legal html to have something in that location (before the
doctype)? It might not be the best loose parser to show garbage if there
is an illegal character at that location, but garbage in garbage out...
To get OpenOffice.org to even recognize UTF-8 text at all you have to
add the meta t
You have placed the BOM within the DOCTYPE; it should be at the very
beginning, before the DOCTYPE.
--
Starting BOM in HTML is treated as text
https://bugs.launchpad.net/bugs/189229
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
-
** Attachment added: "test.html"
http://launchpadlibrarian.net/12086802/test.html
--
Starting BOM in HTML is treated as text
https://bugs.launchpad.net/bugs/189229
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs
I added a BOM (i think anyway) in the doctype and in web layout I didn't
see any garbage. In HTML source view i saw the garbage you mentioned in
the doctype. So I think I am unable to reproduce the problem you are
talking about. I have attached the HTML file that I created so you can
view it.
Than
OR 1. GNOME edit the source and insert the BOM by hand.
OR 2. Use Windows Notepad.
Or do you mean OpenOffice is not designed to open HTML files it did not
create? That would be really kewl…
--
Starting BOM in HTML is treated as text
https://bugs.launchpad.net/bugs/189229
You received this bug n
Can you give more detailed steps as to how to save the document in UTF-8
BOM? I don't see that as an option in OpenOffice...
Thanks,
Chris Cheney
** Changed in: openoffice.org (Ubuntu)
Assignee: (unassigned) => Chris Cheney (ccheney)
Status: New => Incomplete
--
Starting BOM in HTM