Subject: | `Syrian' alias is missing from LOCALE_CODE_ALPHA_* codesets |
Locale-Country-2.07 recognized country name `Syria' with default
LOCALE_CODE_ALPHA_2 (as well as with other) codeset. Current
Locale-Codes recognizes this name only in LOCALE_CODE_FIPS codeset.
Is it possible to put this alias to other codesets?
2.07:
$ perl -MLocale::Country -e 'print
Locale::Country::country2code(q{Syria}), qq{\n};'
sy
3.24:
perl -MLocale::Country -e 'print
Locale::Country::country2code(q{Syria}), qq{\n};'
$ perl -MLocale::Country -e 'print
Locale::Country::country2code(q{Syria}, LOCALE_CODE_FIPS), qq{\n};'
SY