MAN page from Mandrake Other perl-Unicode-String-2.01-1.i386.rpm
lib::Unicode::CharName
Section: User Contributed Perl Documentation (3)
Updated: perl 5.004, patch 04
Index NAME
Unicode::CharName - Look up Unicode character names
SYNOPSIS
use Unicode::CharName qw(uname ublock); print uname(ord('%')), "\n"; print ublock(0x0300), "\n"; DESCRIPTION
This module provide a two functions named
uname() and
ublock(). The
uname() function will return the Unicode character name for the givencode (a number between 0 and 0x10FFFF). Unicode character names arewritten in upper-case ASCII letters, and are strings like:
LATIN CAPITAL LETTER A LATIN SMALL LETTER A WITH RING ABOVE CJK UNIFIED IDEOGRAPH 7C80 HANGUL SYLLABLE PWILH
The
ublock() will return the name of the Unicodecharacter block that the given character belongs to.
SEE ALSO
the
Unicode::String manpage
COPYRIGHT
Copyright 1997 Gisle Aas.
This library is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.
Name table extracted from the Unicode 2.0 CharacterDatabase. Copyright (c) 1991-1996 Unicode, Inc. All Rights reserved.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- COPYRIGHT
This document was created byman2html,using the manual pages.