https://bugs.kde.org/show_bug.cgi?id=460704

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/
                   |b4d7c2675604cf3e10f29dcf9fc |6271a78f8c2414a5912180192e2
                   |1e95cebfc0d7b               |6476fb52ea313

--- Comment #11 from [email protected] ---
Git commit 6271a78f8c2414a5912180192e26476fb52ea313 by Han Young.
Committed on 03/11/2022 at 03:08.
Pushed by hanyoung into branch 'Plasma/5.26'.

kcms/regionandlanguage: convert ASCII unicode symbol to QChar

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.


(cherry picked from commit b4d7c2675604cf3e10f29dcf9fc1e95cebfc0d7b)

M  +15   -1    kcms/region_language/CMakeLists.txt
A  +10   -0    kcms/region_language/autotests/CMakeLists.txt
A  +57   -0    kcms/region_language/autotests/regionandlangexampletest.cpp    
[License: GPL(v2.0+)]
M  +55   -2    kcms/region_language/exampleutility.cpp
M  +2    -0    kcms/region_language/exampleutility.h

https://invent.kde.org/plasma/plasma-workspace/commit/6271a78f8c2414a5912180192e26476fb52ea313

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to