[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 himajin100...@gmail.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-11-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 Kevin Suo changed: What|Removed |Added CC||regis.perdr...@gmail.com ---

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 Kevin Suo changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 Kevin Suo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 Kevin Suo changed: What|Removed |Added Blocks||145509 Referenced Bugs:

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #15 from Kevin Suo --- https://gerrit.libreoffice.org/c/core/+/124573 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #14 from Kevin Suo --- This issue has been fixed upstream in Orcus https://gitlab.com/orcus/orcus/-/issues/143 However the current orcus version is still old. Need either prepare a patch within libreoffice, or upgrade orcus

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 Kevin Suo changed: What|Removed |Added See Also||https://gitlab.com/orcus/or

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #13 from Kevin Suo --- And the old patch adding utf-8 support seems only addressed the names like the following: 4 in which the 1 char is still an ascii [a-zA-Z] alpha (M, N). That is why the test in that patch can

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #12 from Kevin Suo --- The problem may be in: include/orcus/sax_parser.hpp template void sax_parser<_Handler,_Config>::element() { assert(cur_char() == '<'); std::ptrdiff_t pos = offset(); char c =

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #11 from himajin100...@gmail.com --- >So this issue may be fixed after we upgrade orcus to the When I posted comment 4, I thought so, but I was wrong. LibreOffice master has a patch already merged on April

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #10 from Kevin Suo --- >orcus >* sax parser >* utf-8 names are now allowed as element names. So this issue may be fixed after we upgrade orcus to the ? -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 Kevin Suo changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #9 from himajin100...@gmail.com --- https://gitlab.com/orcus/orcus/-/blob/master/include/orcus/sax_parser.hpp#L244 https://gitlab.com/orcus/orcus/-/blob/master/include/orcus/sax_parser.hpp#L252 there may be more is_alpha()

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #8 from himajin100...@gmail.com --- Created attachment 175793 --> https://bugs.documentfoundation.org/attachment.cgi?id=175793=edit NonReproducible XML file. Names start with ascii-alpha -- You are receiving this mail

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #7 from himajin100...@gmail.com --- Created attachment 175792 --> https://bugs.documentfoundation.org/attachment.cgi?id=175792=edit Reproducible XML file. Names start with (non-(ascii-alpha)) -- You are receiving this mail

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 Roman Kuznetsov <79045_79...@mail.ru> changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 Michael Warner changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #5 from himajin100...@gmail.com --- slightly different error message. warn:sc.orcus:13376:15364:sc/source/filter/orcus/xmlcontext.cxx:191: Malformed XML error: malformed_xml_error: expected an alphabet. (offset=39) Version:

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 himajin100...@gmail.com changed: What|Removed |Added CC||ko...@libreoffice.org

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #3 from Anton Shevtsov --- Tried 7.0.6.2 from my distro repo and 7.2.1.2 from official site Problem still exists. XML not imported (button Import is disable) Version: 7.2.1.2 / LibreOffice Community Build ID:

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #2 from Michael Warner --- I recall another bug about this being written about 5 months back. I can't remember enough details at the moment to find it, but it was traced to a dependent library and was fixed. You don't say

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117 --- Comment #1 from Anton Shevtsov --- Created attachment 175720 --> https://bugs.documentfoundation.org/attachment.cgi?id=175720=edit xml example file -- You are receiving this mail because: You are the assignee for the bug.