Summary: | "Country" field in a location cannot be filled in with non-preset entries | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | tusooa <tusooa> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | montel, tokoe |
Priority: | NOR | ||
Version: | 5.22.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
tusooa
2023-02-04 21:27:17 UTC
Hi, Why do you want to add no existing country ? Regards (In reply to Laurent Montel from comment #1) > Hi, > Why do you want to add no existing country ? > Regards (1) Sealand *is* an existing country ( https://en.wikipedia.org/wiki/Principality_of_Sealand ) (2) New countries may be created over time, and the software should not need an update to use them. (3) Countries not well recognized or has controversial states exist. People may want to use that name to respect the views of people living there. In some cases, they are oppressed people who need to get their voice heard. (4) Having a hardcoded list for no reason is not reasonable. We use kcountry.h * @class KCountry kcountry.h <KCountry> * * Information about an ISO 3166-1 country. it uses official iso3166-1 country list. (In reply to Laurent Montel from comment #3) > We use kcountry.h > > * @class KCountry kcountry.h <KCountry> > * > * Information about an ISO 3166-1 country. > > it uses official iso3166-1 country list. It would be reasonable to "fall back to what it is" when it doesn't match anything in the list. |