Unihan

NAME

Lingua::Unihan - reader (SQLite) for unihan database

SYNOPSIS

use Lingua::Unihan;
my $codepoint = unihan_codepoint('ä½ '); # 4f60
my $mandarin = unihan_query('kMandarin', 'ꞗ'); # 'lƭn'
    my $strokes  = unihan_query('kTotalStrokes', 'ꞗ'); # 8

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.