static-void / gcalsync2-0

Automatically exported from code.google.com/p/gcalsync2-0
0 stars 0 forks source link

Parser Exception #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sign in
2. When downloading calendar list, it throws a ParserException

What is the expected output? What do you see instead?
The error message says "Undefined: á"

What version of the product are you using? On what operating system?
2.0.3, on Symbian OS (Nokia N70)

Please provide any additional information below.
My calendar and phone is configured in Spanish

Original issue reported on code.google.com by darthia on 10 Dec 2007 at 7:53

GoogleCodeExporter commented 9 years ago
Seems like google sends latin exended chars as html char codes:
http://www.thesauruslex.com/typo/eng/enghtml.htm
and kxml parser don't understand it.

Need to investigate and maybe extend parser to undestand (or ignore as 
workaround)
such  char codes.

Original comment by ydan...@gmail.com on 12 Dec 2007 at 7:25

GoogleCodeExporter commented 9 years ago
This patch extends KXmlParser to parse known latin1 character codes like \á\;
or \©\;.
If character code is unknown it will be parsed as it is. ("&unknown;" => 
"&unknown;")

Original comment by ydan...@gmail.com on 14 Dec 2007 at 2:22

Attachments:

GoogleCodeExporter commented 9 years ago
Latest version 2.0.5 working correctly without this exception. Maybe you could 
close
this issue now.

Thanks for the patch ;)

Original comment by darthia on 8 Jan 2008 at 3:15

GoogleCodeExporter commented 9 years ago
Issue resolved as of 2.0.5

Original comment by Yusuf.A...@gmail.com on 8 Jan 2008 at 3:27