Synopsis
use Unicode::Confuse qw!confusable canonical!;
if (confusable ($c)) {
$c = canonical ($c);
}
Description
Parser/interface to
https://www.unicode.org/Public/security/latest/confusablesSummary.txt
Probably would parse the above file into JSON, and distribute the JSON file with it.
Comments
Please sign up to post a review.