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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-workspace/commit/
                   |                            |b4d7c2675604cf3e10f29dcf9fc
                   |                            |1e95cebfc0d7b
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from [email protected] ---
Git commit b4d7c2675604cf3e10f29dcf9fc1e95cebfc0d7b by Han Young.
Committed on 03/11/2022 at 03:05.
Pushed by hanyoung into branch 'master'.

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.

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/b4d7c2675604cf3e10f29dcf9fc1e95cebfc0d7b

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

Reply via email to