Text::Unicode::Equivalents - synthesize canonically equivalent strings
Contents
Bugs
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.
Copyright
Copyright(C) 2003-2011, SIL International.
This package is published under the terms of the Perl Artistic License.
perl v5.36.0 2022-10-22 Text::Unicode::Equivalents(3pm)
Description
all_string($s)
Given an arbitrary string, "all_strings()" returns a reference to an unsorted array of all unique
strings that are canonically equivalent to the argument.
Name
Text::Unicode::Equivalents - synthesize canonically equivalent strings
Synopsis
use Text::Unicode::Equivalents qw( all_strings);
$aref = all_strings ($string);
map {print "$_\n"} @{$aref};
