SUMMARY *** The sample address shown in "Region & Language - System Settings" displays country name as "T<U00FC>rkiye" *** EXPECTED RESULT The country name should be displayed "Türkiye"; it seems there's a problem with Unicode characters there. SOFTWARE/OS VERSIONS Operating System: KDE neon 5.26 KDE Plasma Version: 5.26.0 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.6
What font are you using?
(In reply to Nate Graham from comment #1) > What font are you using? I'm using Roboto but I don't think it's related with the font I choose because (a) I can see the character "umlaut u" (and other similar ones) in the heading, and (b) this didn't change when I applied others fonts like Noto Sans or Inter.
Created attachment 153055 [details] Screenshot of Unicode issue in sample addresses
Thanks.
Could you give me the output of "localectl list-locales >> locales.txt" ? I wonder if this is happening because of lack of UTF-8 locales, or something else entirely.
Also if you could, can you also share the current locale settings you have with just typing "locale" in console?
localectl list-locales: C.UTF-8 en_AG.UTF-8 en_AU.UTF-8 en_BW.UTF-8 en_CA.UTF-8 en_DK.UTF-8 en_GB.UTF-8 en_HK.UTF-8 en_IE.UTF-8 en_IL.UTF-8 en_IN.UTF-8 en_NG.UTF-8 en_NZ.UTF-8 en_PH.UTF-8 en_SG.UTF-8 en_US.UTF-8 en_ZA.UTF-8 en_ZM.UTF-8 en_ZW.UTF-8 tr_CY.UTF-8 tr_TR.UTF-8 locale: LANG=en_US.UTF-8 LANGUAGE=en_US LC_CTYPE=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=C LC_COLLATE=tr_TR.UTF-8 LC_MONETARY=C LC_MESSAGES=en_US.UTF-8 LC_PAPER=C LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=en_US.UTF-8 LC_MEASUREMENT=C LC_IDENTIFICATION=en_US.UTF-8 LC_ALL=
Looks like we're not specifying the unicode variant of the locales for some of the settings.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2249
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
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