Dear all,

I am quite thrilled to announce that after several months of hard work, I have released the Perl module DateTime::Format::Intl[1]. It mirrors its JavaScript equivalent of Intl.DateTimeFormat[2]. The algorithm is quite elaborate, replicating how it works in web browsers. I also had to develop quite a few dependencies to make it work, notably Locale::Unicode[3] and Locale::Unicode::Data[4], which provides access to all the[Unicode CLDR[5] (Common Locale Data Repository) data as an SQLite database via an extensive number of Perl methods. I hope it will benefit you and support you in the internationalisation of your projects in Perl.

[1] https://metacpan.org/pod/DateTime::Format::Intl
[2] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
[3] https://metacpan.org/pod/Locale::Unicode
[4] https://metacpan.org/pod/Locale::Unicode::Data
[5] https://unicode.org/reports/tr35/tr35.html

Kind regards,
Jacques Deguest

Attachment: OpenPGP_0x5F3C0261CDB2E752.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to