Unicode version 1.16.0
Enhancements
-
Add
Unicode.script_statistic/1that returns the first index and grapheme count of the scripts in a string. This is useful to help derive the likely locale of a string. Determining the locale is outside the scope of this library but is required in ex_cldr_person_names. -
Add
Unicode.script_dominance/1to sort the results ofUnicode.script_statistic/1in descending dominance order.