mwheelerjr / mptvseries

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

Please rewiew my changes for fix bug with unzip stream into UTF-8 xml #538

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
  I had problem with get non-english text from thetvdb.com

What is the expected output? What do you see instead?
  I am receiving broken text in <language>.zip.

After small research i change method DecompressZipToXmls() for use reference 
code of SharpZipLib Developers.

Original issue reported on code.google.com by andrey.p...@gmail.com on 21 Feb 2011 at 3:07

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for patch, will try to reproduce your issue and test your patch.

Can you please provide an example series that you can see problem?

Original comment by damien.haynes@gmail.com on 4 Mar 2011 at 10:47

GoogleCodeExporter commented 9 years ago
It is series "Star Trek: Enterprise" (series ID 73893) with russian language.
please look at the attached file 'ru_xml.zip'.
This file contains files ru.xml and ru_winzip.xml. Each of these files was 
unzipped from 'http://thetvdb.com/api/<key>/series/73893/all/ru.zip' using 
mptvseries method (ru.xml) and Winzip (ru_winzip.xml).
Please compare tag <data><Series><SeriesName>.
You can look at the attached file 'compare.jpg'

Original comment by andrey.p...@gmail.com on 4 Mar 2011 at 1:52

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r1411.

Original comment by damien.haynes@gmail.com on 4 Mar 2011 at 10:22