rbackhouse / MaximumMPD

React Native based MPD Client for iOS and Android
MIT License
46 stars 5 forks source link

searching for artist name containing single quote fails #109

Closed guestguestguestguest closed 9 months ago

guestguestguestguest commented 9 months ago

On the Browse Artists screen, searching for "It's A Beautiful Day" returns no results. This is a valid artist name in the database. I tried bare as well as enclosing with double-quotes.

rbackhouse commented 9 months ago

This is a problem with unicode single quotes. They come in from the search bar as left and right ones so I'll have to convert them to asciii

rbackhouse commented 9 months ago

Should be fixed in Version 6.3 now in the App Store

guestguestguestguest commented 9 months ago

Perfect. Thanks Richard.