Closed Suplanus closed 4 years ago
In my app I search for station Ö3, but its not found.
Ö3
Ö3 is parsed with HttpUtility.UrlPathEncode results in %c3%963.
HttpUtility.UrlPathEncode
%c3%963
Search url is then: http://de1.api.radio-browser.info/json/stations/byname/%c3%963?limit=100&hidebroken=true
http://de1.api.radio-browser.info/json/stations/byname/%c3%963?limit=100&hidebroken=true
Tested with this, but also no result: http://de1.api.radio-browser.info/json/stations/byname/Ö3?limit=100&hidebroken=true
http://de1.api.radio-browser.info/json/stations/byname/Ö3?limit=100&hidebroken=true
I tested the bug again today. Umlauts are now working as expected. Thanks!
In my app I search for station
Ö3
, but its not found.Ö3
is parsed withHttpUtility.UrlPathEncode
results in%c3%963
.Search url is then:
http://de1.api.radio-browser.info/json/stations/byname/%c3%963?limit=100&hidebroken=true
Tested with this, but also no result:
http://de1.api.radio-browser.info/json/stations/byname/Ö3?limit=100&hidebroken=true