Android-Universal-Image-Loader
Android-Universal-Image-Loader copied to clipboard
The picture which name is chinese can not be displayed
The picture which name is chinese can not be displayed
I fix it, ImageLoader.getInstance().displayImage(Uri.decode(Uri.fromFile(file).toString()), holder.iv, options, null);
Can you provide sample link?
final URL url = new URL(Uri.encode(urlString, "@#&=*+-_.,:!?()/~'%")); u can do like this
you can try to rename a photo which in disk as "示例.jpg", and use UIL to display it,then the bug will come out
Actually I don't know how to fix it.
Me too, How to fix it
See this solution https://github.com/nostra13/Android-Universal-Image-Loader/issues/371
Maybe enable UTF-8, or decode/encode :+1:
@kjsolo thx, it works.
i think that #1247 is a another workaround