Perl 5 version documentation

Unicode::Collate::Locale

NAME

Unicode::Collate::Locale - Linguistic tailoring for DUCET via Unicode::Collate

SYNOPSIS

  1. use Unicode::Collate::Locale;
  2. #construct
  3. $Collator = Unicode::Collate::Locale->
  4. new(locale => $locale_name, %tailoring);
  5. #sort
  6. @sorted = $Collator->sort(@not_sorted);
  7. #compare
  8. $result = $Collator->cmp($a, $b); # returns 1, 0, or -1.

Note: Strings in @not_sorted , $a and $b are interpreted according to Perl's Unicode support. See perlunicode, perluniintro, perlunitut, perlunifaq, utf8. Otherwise you can use preprocess (cf. Unicode::Collate ) or should decode them before.

DESCRIPTION

This module provides linguistic tailoring for it taking advantage of Unicode::Collate .

Constructor

The new method returns a collator object.

A parameter list for the constructor is a hash, which can include a special key locale and its value (case-insensitive) standing for a Unicode base language code (two or three-letter). For example, Unicode::Collate::Locale->new(locale => 'ES') returns a collator tailored for Spanish.

$locale_name may be suffixed with a Unicode script code (four-letter), a Unicode region (territory) code, a Unicode language variant code. These codes are case-insensitive, and separated with '_' or '-' . E.g. en_US for English in USA, az_Cyrl for Azerbaijani in the Cyrillic script, es_ES_traditional for Spanish in Spain (Traditional).

If $locale_name is not available, fallback is selected in the following order:

  1. 1. language with a variant code
  2. 2. language with a script code
  3. 3. language with a region code
  4. 4. language
  5. 5. default

Tailoring tags provided by Unicode::Collate are allowed as long as they are not used for locale support. Esp. the table tag is always untailorable, since it is reserved for DUCET.

However entry is allowed, even if it is used for locale support, to add or override mappings.

E.g. a collator for Spanish, which ignores diacritics and case difference (i.e. level 1), with reversed case ordering and no normalization.

  1. Unicode::Collate::Locale->new(
  2. level => 1,
  3. locale => 'es',
  4. upper_before_lower => 1,
  5. normalization => undef
  6. )

Overriding a behavior already tailored by locale is disallowed if such a tailoring is passed to new() .

  1. Unicode::Collate::Locale->new(
  2. locale => 'da',
  3. upper_before_lower => 0, # causes error as reserved by 'da'
  4. )

However change() inherited from Unicode::Collate allows such a tailoring that is reserved by locale . Examples:

  1. new(locale => 'fr_ca')->change(backwards => undef)
  2. new(locale => 'da')->change(upper_before_lower => 0)
  3. new(locale => 'ja')->change(overrideCJK => undef)

Methods

Unicode::Collate::Locale is a subclass of Unicode::Collate and methods other than new are inherited from Unicode::Collate .

Here is a list of additional methods:

  • $Collator->getlocale

    Returns a language code accepted and used actually on collation. If linguistic tailoring is not provided for a language code you passed (intensionally for some languages, or due to the incomplete implementation), this method returns a string 'default' meaning no special tailoring.

  • $Collator->locale_version

    (Since Unicode::Collate::Locale 0.87) Returns the version number (perhaps /\d\.\d\d/ ) of the locale, as that of Locale/*.pl.

    Note: Locale/*.pl that a collator uses should be identified by a combination of return values from getlocale and locale_version .

A list of tailorable locales

  1. locale name description
  2. --------------------------------------------------------------
  3. af Afrikaans
  4. ar Arabic
  5. as Assamese
  6. az Azerbaijani (Azeri)
  7. be Belarusian
  8. bn Bengali
  9. bs Bosnian (tailored as Croatian)
  10. bs_Cyrl Bosnian in Cyrillic (tailored as Serbian)
  11. ca Catalan
  12. cs Czech
  13. cy Welsh
  14. da Danish
  15. de__phonebook German (umlaut as 'ae', 'oe', 'ue')
  16. de_AT_phonebook Austrian German (umlaut primary greater)
  17. dsb Lower Sorbian
  18. ee Ewe
  19. eo Esperanto
  20. es Spanish
  21. es__traditional Spanish ('ch' and 'll' as a grapheme)
  22. et Estonian
  23. fa Persian
  24. fi Finnish (v and w are primary equal)
  25. fi__phonebook Finnish (v and w as separate characters)
  26. fil Filipino
  27. fo Faroese
  28. fr_CA Canadian French
  29. gu Gujarati
  30. ha Hausa
  31. haw Hawaiian
  32. he Hebrew
  33. hi Hindi
  34. hr Croatian
  35. hu Hungarian
  36. hy Armenian
  37. ig Igbo
  38. is Icelandic
  39. ja Japanese [1]
  40. kk Kazakh
  41. kl Kalaallisut
  42. kn Kannada
  43. ko Korean [2]
  44. kok Konkani
  45. lkt Lakota
  46. ln Lingala
  47. lt Lithuanian
  48. lv Latvian
  49. mk Macedonian
  50. ml Malayalam
  51. mr Marathi
  52. mt Maltese
  53. nb Norwegian Bokmal
  54. nn Norwegian Nynorsk
  55. nso Northern Sotho
  56. om Oromo
  57. or Oriya
  58. pa Punjabi
  59. pl Polish
  60. ro Romanian
  61. sa Sanskrit
  62. se Northern Sami
  63. si Sinhala
  64. si__dictionary Sinhala (U+0DA5 = U+0DA2,0DCA,0DA4)
  65. sk Slovak
  66. sl Slovenian
  67. sq Albanian
  68. sr Serbian
  69. sr_Latn Serbian in Latin (tailored as Croatian)
  70. sv Swedish (v and w are primary equal)
  71. sv__reformed Swedish (v and w as separate characters)
  72. ta Tamil
  73. te Telugu
  74. th Thai
  75. tn Tswana
  76. to Tonga
  77. tr Turkish
  78. ug_Cyrl Uyghur in Cyrillic
  79. uk Ukrainian
  80. ur Urdu
  81. vi Vietnamese
  82. vo Volapu"k
  83. wae Walser
  84. wo Wolof
  85. yo Yoruba
  86. zh Chinese
  87. zh__big5han Chinese (ideographs: big5 order)
  88. zh__gb2312han Chinese (ideographs: GB-2312 order)
  89. zh__pinyin Chinese (ideographs: pinyin order) [3]
  90. zh__stroke Chinese (ideographs: stroke order) [3]
  91. zh__zhuyin Chinese (ideographs: zhuyin order) [3]
  92. --------------------------------------------------------------

Locales according to the default UCA rules include am (Amharic) without [reorder Ethi] , bg (Bulgarian) without [reorder Cyrl] , chr (Cherokee) without [reorder Cher] , de (German), en (English), fr (French), ga (Irish), id (Indonesian), it (Italian), ka (Georgian) without [reorder Geor] , mn (Mongolian) without [reorder Cyrl Mong] , ms (Malay), nl (Dutch), pt (Portuguese), ru (Russian) without [reorder Cyrl] , sw (Swahili), zu (Zulu).

Note

[1] ja: Ideographs are sorted in JIS X 0208 order. Fullwidth and halfwidth forms are identical to their regular form. The difference between hiragana and katakana is at the 4th level, the comparison also requires (variable => 'Non-ignorable') , and then katakana_before_hiragana has no effect.

[2] ko: Plenty of ideographs are sorted by their reading. Such an ideograph is primary (level 1) equal to, and secondary (level 2) greater than, the corresponding hangul syllable.

[3] zh__pinyin, zh__stroke and zh__zhuyin: implemented alt='short', where a smaller number of ideographs are tailored.

A list of variant codes and their aliases

  1. variant code alias
  2. ------------------------------------------
  3. dictionary dict
  4. phonebook phone phonebk
  5. reformed reform
  6. traditional trad
  7. ------------------------------------------
  8. big5han big5
  9. gb2312han gb2312
  10. pinyin
  11. stroke
  12. zhuyin
  13. ------------------------------------------

Note: 'pinyin' is Han in Latin, 'zhuyin' is Han in Bopomofo.

INSTALL

Installation of Unicode::Collate::Locale requires Collate/Locale.pm, Collate/Locale/*.pm, Collate/CJK/*.pm and Collate/allkeys.txt. On building, Unicode::Collate::Locale doesn't require any of data/*.txt, gendata/*, and mklocale. Tests for Unicode::Collate::Locale are named t/loc_*.t.

CAVEAT

  • Tailoring is not maximum

    Even if a certain letter is tailored, its equivalent would not always tailored as well as it. For example, even though W is tailored, fullwidth W (U+FF37 ), W with acute (U+1E82 ), etc. are not tailored. The result may depend on whether source strings are normalized or not, and whether decomposed or composed. Thus (normalization => undef) is less preferred.

  • Collation reordering is not supported

    The order of any groups including scripts is not changed.

Reference

  1. locale based CLDR or other reference
  2. --------------------------------------------------------------------
  3. af 30 = 1.8.1
  4. ar 30 = 28 ("compat" wo [reorder Arab]) = 1.9.0
  5. as 30 = 28 (without [reorder Beng..]) = 23
  6. az 30 = 24 ("standard" wo [reorder Latn Cyrl])
  7. be 30 = 28 (without [reorder Cyrl])
  8. bn 30 = 28 ("standard" wo [reorder Beng..]) = 2.0.1
  9. bs 30 = 28 (type="standard": [import hr])
  10. bs_Cyrl 30 = 28 (type="standard": [import sr])
  11. ca 30 = 23 (alt="proposed" type="standard")
  12. cs 30 = 1.8.1 (type="standard")
  13. cy 30 = 1.8.1
  14. da 22.1 = 1.8.1 (type="standard")
  15. de__phonebook 30 = 2.0 (type="phonebook")
  16. de_AT_phonebook 30 = 27 (type="phonebook")
  17. dsb 30 = 26
  18. ee 30 = 21
  19. eo 30 = 1.8.1
  20. es 30 = 1.9.0 (type="standard")
  21. es__traditional 30 = 1.8.1 (type="traditional")
  22. et 30 = 26
  23. fa 22.1 = 1.8.1
  24. fi 22.1 = 1.8.1 (type="standard" alt="proposed")
  25. fi__phonebook 22.1 = 1.8.1 (type="phonebook")
  26. fil 30 = 1.9.0 (type="standard") = 1.8.1
  27. fo 22.1 = 1.8.1 (alt="proposed" type="standard")
  28. fr_CA 30 = 1.9.0
  29. gu 30 = 28 ("standard" wo [reorder Gujr..]) = 1.9.0
  30. ha 30 = 1.9.0
  31. haw 30 = 24
  32. he 30 = 28 (without [reorder Hebr]) = 23
  33. hi 30 = 28 (without [reorder Deva..]) = 1.9.0
  34. hr 30 = 28 ("standard" wo [reorder Latn Cyrl]) = 1.9.0
  35. hu 22.1 = 1.8.1 (alt="proposed" type="standard")
  36. hy 30 = 28 (without [reorder Armn]) = 1.8.1
  37. ig 30 = 1.8.1
  38. is 22.1 = 1.8.1 (type="standard")
  39. ja 22.1 = 1.8.1 (type="standard")
  40. kk 30 = 28 (without [reorder Cyrl])
  41. kl 22.1 = 1.8.1 (type="standard")
  42. kn 30 = 28 ("standard" wo [reorder Knda..]) = 1.9.0
  43. ko 22.1 = 1.8.1 (type="standard")
  44. kok 30 = 28 (without [reorder Deva..]) = 1.8.1
  45. lkt 30 = 25
  46. ln 30 = 2.0 (type="standard") = 1.8.1
  47. lt 22.1 = 1.9.0
  48. lv 22.1 = 1.9.0 (type="standard") = 1.8.1
  49. mk 30 = 28 (without [reorder Cyrl])
  50. ml 22.1 = 1.9.0
  51. mr 30 = 28 (without [reorder Deva..]) = 1.8.1
  52. mt 22.1 = 1.9.0
  53. nb 22.1 = 2.0 (type="standard")
  54. nn 22.1 = 2.0 (type="standard")
  55. nso [*] 26 = 1.8.1
  56. om 22.1 = 1.8.1
  57. or 30 = 28 (without [reorder Orya..]) = 1.9.0
  58. pa 22.1 = 1.8.1
  59. pl 30 = 1.8.1
  60. ro 30 = 1.9.0 (type="standard")
  61. sa [*] 1.9.1 = 1.8.1 (type="standard" alt="proposed")
  62. se 22.1 = 1.8.1 (type="standard")
  63. si 30 = 28 ("standard" wo [reorder Sinh..]) = 1.9.0
  64. si__dictionary 30 = 28 ("dictionary" wo [reorder Sinh..]) = 1.9.0
  65. sk 22.1 = 1.9.0 (type="standard")
  66. sl 22.1 = 1.8.1 (type="standard" alt="proposed")
  67. sq 22.1 = 1.8.1 (alt="proposed" type="standard")
  68. sr 30 = 28 (without [reorder Cyrl])
  69. sr_Latn 30 = 28 (type="standard": [import hr])
  70. sv 22.1 = 1.9.0 (type="standard")
  71. sv__reformed 22.1 = 1.8.1 (type="reformed")
  72. ta 22.1 = 1.9.0
  73. te 30 = 28 (without [reorder Telu..]) = 1.9.0
  74. th 22.1 = 22
  75. tn [*] 26 = 1.8.1
  76. to 22.1 = 22
  77. tr 22.1 = 1.8.1 (type="standard")
  78. uk 30 = 28 (without [reorder Cyrl])
  79. ug_Cyrl https://en.wikipedia.org/wiki/Uyghur_Cyrillic_alphabet
  80. ur 22.1 = 1.9.0
  81. vi 22.1 = 1.8.1
  82. vo 30 = 25
  83. wae 30 = 2.0
  84. wo [*] 1.9.1 = 1.8.1
  85. yo 30 = 1.8.1
  86. zh 22.1 = 1.8.1 (type="standard")
  87. zh__big5han 22.1 = 1.8.1 (type="big5han")
  88. zh__gb2312han 22.1 = 1.8.1 (type="gb2312han")
  89. zh__pinyin 22.1 = 2.0 (type='pinyin' alt='short')
  90. zh__stroke 22.1 = 1.9.1 (type='stroke' alt='short')
  91. zh__zhuyin 22.1 = 22 (type='zhuyin' alt='short')
  92. --------------------------------------------------------------------

[*] http://www.unicode.org/repos/cldr/tags/latest/seed/collation/

AUTHOR

The Unicode::Collate::Locale module for perl was written by SADAHIRO Tomoyuki, <SADAHIRO@cpan.org>. This module is Copyright(C) 2004-2017, SADAHIRO Tomoyuki. Japan. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO