You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that the special characters are not escaped in any way when they're in the String that you pass in to Glide. That means that for this specific url url.charAt(49) == 216, i.e. this character: http://www.fileformat.info/info/unicode/char/d8/index.htm
If you're hardcoding this url, like I did, make sure your file encoding is UTF-8, similarly if you're getting it from a server make sure the transfer has the correct encoding, and that the JSON/XML/whatever is also decoded correctly.
Glide Version:
3.7.0
Integration libraries:
Retrofit 2.2.0 which contains a dependency to OkHttp
Device/Android Version:
Nexus 5
Issue details / Repro steps / Use case background:
Trying to load a URL like this one: http://www.dlg.dk/-/media/DLG/Corporate/Landmand/Økologi/DLG-Okologi_haand.ashx fails with 404 - Not Found. Pasting the same URL in the browser resolves just fine.
Relevant: #133
Glide load line /
GlideModule
(if any) / list Adapter code (if any):Layout XML:
Not relevant
Stack trace / LogCat:
The text was updated successfully, but these errors were encountered: