Text::Unicode::Equivalents(3pm) | User Contributed Perl Documentation | Text::Unicode::Equivalents(3pm) |
Text::Unicode::Equivalents - synthesize canonically equivalent strings
use Text::Unicode::Equivalents qw( all_strings); $aref = all_strings ($string); map {print "$_\n"} @{$aref};
Uses Unicode::Normalize. On some systems (e.g. ActiveState 5.6.1) Unicode::Normalize is aware only of Unicode 3.0 and thus de/compositions introduced since Unicode 3.0 will not be used.
Bob Hallissy
Copyright(C) 2003-2011, SIL International. This package is published under the terms of the Perl Artistic License.
2022-10-22 | perl v5.34.0 |