[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #11 from Kelson [Emmanuel Engelhart] emman...@engelhart.org 2010-02-13 16:34:17 UTC --- Seems to be a bug in gcj or libgcj. See my email to the java gcc ML: http://gcc.gnu.org/ml/java/2010-02/msg0.html --- Comment #12 from

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #9 from Kelson [Emmanuel Engelhart] emman...@engelhart.org 2010-02-13 11:11:27 UTC --- Created an attachment (id=7115) -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7115) Much more simpler java code that demonstrates error

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #10 from Platonides platoni...@gmail.com 2010-02-13 16:30:32 UTC --- Sun jdk / OpenJdk is not affected. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #3 from Bawolff bawolff...@gmail.com 2010-02-12 19:32:37 UTC --- Created an attachment (id=7114) -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7114) Much more simpler case that demonstrates error This is a unicode issue. If

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 Bawolff bawolff...@gmail.com changed: What|Removed |Added CC||bawolff...@gmail.com

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #5 from Bawolff bawolff...@gmail.com 2010-02-12 19:34:53 UTC --- Ok, apparently bugzilla suffers from the same issue as mwdumper ;) This is a unicode issue. If you remove the Unicode character removed from comment, lest bugzilla

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #6 from Platonides platoni...@gmail.com 2010-02-12 22:58:48 UTC --- Java internally uses UTF-16 The native coded character set of the Java programming language is that of the first seventeen planes of the Unicode version 3.0

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #7 from Bawolff bawolff...@gmail.com 2010-02-12 23:41:45 UTC --- Java internally uses UTF-16 yes it does, but i think the file is interperted as utf-8, otherwise it wouldn't be able to make sense of it at all, as utf-8 and utf-16

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #8 from Platonides platoni...@gmail.com 2010-02-12 23:48:54 UTC --- (In reply to comment #7) Java internally uses UTF-16 yes it does, but i think the file is interperted as utf-8, otherwise it wouldn't be able to make sense of

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 Daniel Kinzler brightb...@gmail.com changed: What|Removed |Added CC|

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-02-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 Platonides platoni...@gmail.com changed: What|Removed |Added CC||platoni...@gmail.com

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-01-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 Nemo_bis federicol...@tiscali.it changed: What|Removed |Added CC|

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-01-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #1 from Kelson [Emmanuel Engelhart] emman...@engelhart.org 2010-01-18 10:59:50 UTC --- Hier is a diff adding column and line information to the exception informations:

[Bug 22137] mwdumper dies with not a name start character: U+26 error

2010-01-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22137 --- Comment #2 from Kelson [Emmanuel Engelhart] emman...@engelhart.org 2010-01-18 11:37:36 UTC --- Created an attachment (id=6965) -- (https://bugzilla.wikimedia.org/attachment.cgi?id=6965) Problematic part of the XML dump I have