floydpink / CachedImage

A WPF control that wraps the Image control to enable file-system based caching
http://floydpink.github.io/CachedImage/
MIT License
69 stars 22 forks source link

Fix for incorrectly decoded paths with accents #1

Closed aybe closed 10 years ago

aybe commented 10 years ago

Hello !

Here's a fix for URLs with accents that were incorrectly saved and consequently triggered an exception.

Example:

800px-David_Guetta_One_Love_Tour_México

was saved to :

800px-David_Guetta_One_Love_Tour_M%C3%A9xico

Now it works it properly.

I'll let you know and PR if I find other issues.

Thank you :D

floydpink commented 10 years ago

Thank you!