nolenfelten / xbmc-addons

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

[patch] Youtube plugin: searching with non-ascii characters #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the youtube plugin converts the entered search string from utf8 
string to unicode type. However, urlencode breaks on non-ascii chars when given 
an unicode type as input.

Attached patch fixes it by simply not converting to unicode type, but leaving 
it as utf8 string, which urlencode can handle correctly.

Original issue reported on code.google.com by anssi.hannula@gmail.com on 22 Jul 2010 at 3:56

Attachments:

GoogleCodeExporter commented 8 years ago
thanks, i'll have a look at this.

Original comment by nuka1195@gmail.com on 25 Jul 2010 at 3:21

GoogleCodeExporter commented 8 years ago
Still valid.
Are you still interested in maintaining the youtube plugin, or should the XBMC 
team take over the maintainership?
Thanks.

Original comment by anssi.hannula@gmail.com on 4 Aug 2010 at 2:09

GoogleCodeExporter commented 8 years ago
i'll get to it when i can.

Original comment by nuka1195@gmail.com on 4 Aug 2010 at 9:33