segler-alex / radiobrowser-api-rust

radio-browser API implementation in rust
GNU Affero General Public License v3.0
234 stars 105 forks source link

Umlaut in search term #59

Closed Suplanus closed 4 years ago

Suplanus commented 4 years ago

In my app I search for station Ö3, but its not found.

Ö3 is parsed with HttpUtility.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

Suplanus commented 4 years ago

I tested the bug again today. Umlauts are now working as expected. Thanks!