UbuntuBudgie / budgie-extras

Additional Budgie Desktop enhancements for user experience
https://ubuntubudgie.org
GNU General Public License v3.0
175 stars 34 forks source link

WeatherShow should also look for city names with local characters if ascii character is typed #439

Closed Jacob-Vlijm closed 1 year ago

Jacob-Vlijm commented 1 year ago

Like the title sais, if in the city-name search entry, an ascii character is typed, WeatherShow should also look for their local equivalents. An example: typing "Armacao" should also deliver "Armação" as a match. We can use Quickchar-file for possible equivalents. Edit: we can use a simple to_ascii().

Jacob-Vlijm commented 1 year ago

Done in https://github.com/UbuntuBudgie/budgie-extras/commit/f2e7c8d609c99539f1798a520dd1a90a69b0e60b.

search_asascii_scaled