Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-30 Thread Sean Moss-Pultz
On Sat, Oct 31, 2009 at 2:46 AM, David Reyes Samblas Martinez wrote: > just an think I realized , all faulty articles the title starts with > the "~" simbol David No that's not a problem. That character gets removed in a later build stage. We had to add that because of a integer conversion issue

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-30 Thread Sean Moss-Pultz
On Fri, Oct 30, 2009 at 11:29 PM, Laszlo KREKACS wrote: > On Fri, Oct 30, 2009 at 4:22 PM, David Reyes Samblas Martinez > wrote: >> Are you uploading this changes to git? can I take a look? > > Btw is there any plan to implement images rendering? Math (images) are on our roadmap. Hopefully befor

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-30 Thread Sean Moss-Pultz
On Fri, Oct 30, 2009 at 11:22 PM, David Reyes Samblas Martinez wrote: > Are you uploading this changes to git? can I take a look? Yes. The latest commit fixes it. Have a look here: http://github.com/wikireader/wikireader Sean ___ Openmoko community

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-30 Thread David Reyes Samblas Martinez
2009/10/30 Laszlo KREKACS : > On Fri, Oct 30, 2009 at 4:22 PM, David Reyes Samblas Martinez > wrote: >> Are you uploading this changes to git? can I take a look? > > Btw is there any plan to implement images rendering? > > If so, any time estimation? > > Best regards, >  Laszlo > > ___

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-30 Thread David Reyes Samblas Martinez
just an think I realized , all faulty articles the title starts with the "~" simbol regards David Reyes Samblas Martinez http://www.tuxbrain.com Open ultraportable & embedded solutions Openmoko, Openpandora, Arduino Hey, watch out!!! There's a linux in your pocket!!! 2009/10/30 David Reyes Sam

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-30 Thread Laszlo KREKACS
On Fri, Oct 30, 2009 at 4:22 PM, David Reyes Samblas Martinez wrote: > Are you uploading this changes to git? can I take a look? Btw is there any plan to implement images rendering? If so, any time estimation? Best regards, Laszlo ___ Openmoko commu

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-30 Thread David Reyes Samblas Martinez
Are you uploading this changes to git? can I take a look? David Reyes Samblas Martinez http://www.tuxbrain.com Open ultraportable & embedded solutions Openmoko, Openpandora, Arduino Hey, watch out!!! There's a linux in your pocket!!! 2009/10/30 Sean Moss-Pultz : > On Fri, Oct 30, 2009 at 4:50

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-30 Thread Sean Moss-Pultz
On Fri, Oct 30, 2009 at 4:50 AM, David Reyes Samblas Martinez wrote: > Hi I'm trying to generate the file for a spainsh wikipedia on the WR , > after compiling succsesfuly the source on the git and solve some > annoyings with utf8 encoding on phyton error was somthing like this: > UnicodeDecodeErr

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-29 Thread Sean Moss-Pultz
On Fri, Oct 30, 2009 at 7:58 AM, Nelson Castillo wrote: > On Thu, Oct 29, 2009 at 6:54 PM, David Reyes Samblas Martinez > wrote: >> Great! :) good to see you are working on this!, please count on me for >> any testing to be done, I will try to make a look on the code myself >> to kill the bug but

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-29 Thread Sean Moss-Pultz
On Fri, Oct 30, 2009 at 7:54 AM, David Reyes Samblas Martinez wrote: > Great! :) good to see you are working on this!, please count on me for > any testing to be done, I will try to make a look on the code myself > to kill the bug but no time and nor expertise so no promises :P We'll get it worki

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-29 Thread Nelson Castillo
On Thu, Oct 29, 2009 at 6:54 PM, David Reyes Samblas Martinez wrote: > Great! :) good to see you are working on this!, please count on me for > any testing to be done, I will try to make a look on the code myself > to kill the bug but no time and nor expertise so no promises :P I haven't seen the

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-29 Thread David Reyes Samblas Martinez
Great! :) good to see you are working on this!, please count on me for any testing to be done, I will try to make a look on the code myself to kill the bug but no time and nor expertise so no promises :P David Reyes Samblas Martinez http://www.tuxbrain.com Open ultraportable & embedded solutions Op

Re: [wikireader]Error on parsing the spanish wikipedia

2009-10-29 Thread Sean Moss-Pultz
David We're working on exactly the same thing now :-) I'll ask Chris to email the list once we get past it. I think the problem is with the mixtures of different encodings (latin-1 and UTF-8) in the Spanish Wikipedia and the way our code is handling this. For some reason Python's print (at times