https://bugs.documentfoundation.org/show_bug.cgi?id=146260

Kevin Suo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |145509

--- Comment #1 from Kevin Suo <[email protected]> ---
A workaround is to change the
<?xml version="1.0" encoding="GBK"?>
to
<?xml version="1.0" encoding="UTF-8"?>
and resave the file with UTF-8 encoding.

Actually I suspect only resave as UTF-8 is enough, no need to change the <?xml
version="1.0" encoding="GBK"?> line.

I guess the XML Source import is handled by Orcus (?), and Orcus may not
support other multi-byte encodings such as GBK, GB2312 etc. As a result, we
should either:
1. Convert the file content to UTF-8 before sent to orcus for parsing, or
2. Improve orcus to support other encodings other than UTF-8.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=145509
[Bug 145509] [META] Bugs Related to Liborcus
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to