https://bugs.documentfoundation.org/show_bug.cgi?id=150023
--- Comment #3 from Mike Kaganski <[email protected]> --- (In reply to Andreas Heinisch from comment #2) > Should this be fixed in LibreOffice or in the sax_parser.hpp of liborcus? IMO, the latter. > If the skip_bom function will be adapted, then we could resolve this issue. There's also a call to skip_space_and_control immediately following the skip_bom. IMO, we can't treat *any* character after BOM as BOM; so the "zero-width non-breaking space" (the deprecated meaning of U+FEFF) falls into the "space and control" realm nicely. -- You are receiving this mail because: You are the assignee for the bug.
