Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-08-10 Thread gambas
Comment #14 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Yes, thanks. -- Live Security Virtual Conference Exclusive live event will cov

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-08-10 Thread gambas
Updates: Status: Fixed Comment #13 on issue 282 by benoit.m...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Apparently it is fixed? -- Live Security Vir

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-29 Thread gambas
Comment #12 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Latest svn is fine, thanks. Could you please take a look to issue 274 again please? Latest svn give me the same unknown symbol problem. (XmlReader.Node.is

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-24 Thread gambas
Comment #10 on issue 282 by adrien.p...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Did you try the last revision from svn ? -- Live Security Virtual Conferenc

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-24 Thread gambas
Comment #11 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Nope, sorry, i've had issues with it, i plan to try in two days. -- Live Secur

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-24 Thread gambas
Comment #9 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Just tried 3.2.1 and i still have wrong encoded chars with that example. -- Liv

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-23 Thread gambas
Comment #8 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 3.2.1 was out on 21 Jul, I'was still talking about 3.2.0 Going to test 3.2.1 asap.

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-23 Thread gambas
Comment #7 on issue 282 by adrien.p...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 No, even if I use FromString() everything works on my system. I remember I solved a similar issue with the FromString() method a few days ago. Are you u

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-20 Thread gambas
Comment #6 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 ...Sometimes filing a bug helps to find workarounds. The bug lies in the function: reader.FromString(feed) If i do directly reader.Open("/tmp/wgetfeed.txt"),

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-20 Thread gambas
Comment #5 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Seems the issue is inside xmlreader, i tried this: Public Sub Form_Open() Dim feed As String Dim reader As Xmlreader Dim foundindex As Integer

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-19 Thread gambas
Comment #4 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 Weird! If you're right, this means that something other has changed in gambas (cause rolling back make things works), maybe i'm just feeding a wrong enco

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-18 Thread gambas
Updates: Status: NeedsInfo Comment #3 on issue 282 by adrien.p...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 I can't reproduce the bug on my system. All the UTF-8 characters are rendered correctly by doing Print XmlReader.Node

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-18 Thread gambas
Updates: Status: Accepted Owner: adrien.p...@gmail.com Labels: -Version Version-3.2.0 Comment #2 on issue 282 by benoit.m...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 (No comment was entered for this change.)

Re: [Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-18 Thread gambas
Comment #1 on issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 ...I'm so sorry about the duplicated posts. The server returned always a 503 error. ---

[Gambas-user] Issue 282 in gambas: xmlreader.node.value charset problems

2012-07-18 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 282 by kokok...@gmail.com: xmlreader.node.value charset problems http://code.google.com/p/gambas/issues/detail?id=282 1) In my application i used to parse youtube feeds by