I18n-Collate

I18N::Collate(3p) Perl Programmers Reference Guide I18N::Collate(3p)

I18n-Collate

I18N::Collate(3p) Perl Programmers Reference Guide I18N::Collate(3p) # I18N::Collate(3p) Perl Programmers Reference Guide I18N::Collate(3p) NNAAMMEE # I18N::Collate - compare 8-bit scalar data according to the current locale SSYYNNOOPPSSIISS # use I18N::Collate; setlocale(LC_COLLATE, 'locale-of-your-choice'); $s1 = I18N::Collate->new("scalar_data_1"); $s2 = I18N::Collate->new("scalar_data_2"); DDEESSCCRRIIPPTTIIOONN # *** WARNING: starting from the Perl version 5.003_06 the I18N::Collate interface for comparing 8-bit scalar data according to the current locale HAS BEEN DEPRECATED # That is, please do not use it anymore for any new applications and please migrate the old applications away from it because its functionality was integrated into the Perl core language in the release 5. ...