Skip to content
Commit b4d7c267 authored by Han Young's avatar Han Young
Browse files

kcms/regionandlanguage: convert ASCII unicode symbol to QChar

BUG: 460704

The locale files in `/usr/share/i18n/locales` contain ASCII Unicode symbol, we need to replace it with real Unicode rune. 

**country_name "T\<U00FC>rkiye"** to **country_name "Türkiye"**

When we are at it, also add caching to `parseLocaleFile`, otherwise we parse multiple locale format files every time we want address, phone number examples.

And add an autotest for all of this.
parent 046e131f
Pipeline #260198 passed with stage
in 23 minutes and 3 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment