Group
Extension

Matches 3

Unicode-Confuse ( B/BK/BKB/Unicode-Confuse-0.05.tar.gz, BKB, 2021; MetaCPAN )
Unicode-Confuse/lib/Unicode/Confuse.pod ( view source; MetaCPAN )
per>

This is used by the parsing module L<Unicode::Confuse::Parse>.

=item L<JSON::Parse>

This is used to parse the JSON-formatted file of confusables
distributed with the module.

=back 

=head1 BU
Unicode-Confuse ( B/BK/BKB/Unicode-Confuse-0.05.tar.gz, BKB, 2021; MetaCPAN )
Unicode-Confuse/lib/Unicode/Confuse/Parse.pm ( view source; MetaCPAN )
he confusables
# file. The return value is a hash reference which is then directly
# converted to JSON.

sub metadata
{
    my ($file) = @_;
    if (! -f $file) {
	die "No $file";
    }
    my %md;
  
Unicode-Confuse ( B/BK/BKB/Unicode-Confuse-0.05.tar.gz, BKB, 2021; MetaCPAN )
Unicode-Confuse/lib/Unicode/Confuse.pm ( view source; MetaCPAN )
;

my $re = $Unicode::Confuse::Regex::re;

use JSON::Parse 'read_json';

my $jfile = __FILE__;
$jfile =~ s!\.pm$!/confusables.json!;
our $data = read_json ($jfile);

sub confusable
{
    my ($c) = @_;

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.