1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/textproc/p5-Sort-ArbBiLex/pkg-descr
Will Andrews 3ab727857c Add p5-Sort-ArbBiLex 3.32, perl module to make sort functions for arbitrary
sort orders.

PR:		24023
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:04:39 +00:00

12 lines
523 B
Plaintext

Writing systems for different languages usually have specific sort
orders for the glyphs (characters, or clusters of characters) that each
writing system uses. For well-known national languages, these different
sort orders (or someone's idea of them) are formalized in the locale for
each such language, on operating system flavors that support locales.
However, there are problems with locales; cf. the perllocale manpage.
This module is meant to provide an alternative to locale-based sorting.
-Anton
<tobez@tobez.org>