> Yes. I've released it in a new https://software-lab.de/pil21.tgz
As I see, file “UK.l” (for Great Britain) overwritten by mine “UA.l” (for Ukraine). I think it have to be fixed by renaiming “UK.l” to “UA.l” (because it’s ISO 3166-1 code for Ukraine) and take back old “UK.l” and maybe rename it to “GB.l” (ISO 639-1 code for United Kingdom). Also file names can be made conform ISO 3166-1 (country codes) and ISO 639-1 (language codes). For conformance to ISO 639-1 (language codes) these files must to be renamed: gr -> el (Greek) jp -> ja (Japanese) For conformance to ISO 3166-1 (country codes) these files must to be renamed: UK.l -> UA.l (Ukraine) UK.l -> GB.l (United Kingdom of Great Britain and Northern Ireland) Here is patch for all of this: diff --git a/loc/GB.l b/loc/GB.l new file mode 100644 index 0000000..2b2e3cb --- /dev/null +++ b/loc/GB.l @@ -0,0 +1,8 @@ +(setq + *Sep0 "." + *Sep3 "," + *CtryCode "44" + *NatTrunkPrf '("0") + *DateFmt '(@D "/" @M "/" @Y) + *DayFmt '("Monday" "Tuesday" "Wednesday" "Thursday" "Friday" "Saturday" "Sunday") + *MonFmt '("January" "February" "March" "April" "May" "June" "July" "August" "September" "October" "November" "December") ) diff --git a/loc/UK.l b/loc/UA.l similarity index 100% rename from loc/UK.l rename to loc/UA.l diff --git a/loc/gr b/loc/el similarity index 100% rename from loc/gr rename to loc/el diff --git a/loc/jp b/loc/ja similarity index 100% rename from loc/jp rename to loc/ja -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe