Unicode::CharName(3) User Contributed Perl Documentation Unicode::CharName(3)
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 given code (a number between 0 and 0x10FFFF).
Unicode character names are written 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 Unicode character block that the given character
belongs to.
SEE ALSO
Unicode::String
COPYRIGHT
Copyright 1997 Gisle Aas.
This library is free software; you can redistribute it and/or modify it under the same
terms as Perl itself.
Name table extracted from the Unicode 2.0 Character Database. Copyright (c) 1991-1996 Uni-
code, Inc. All Rights reserved.
perl v5.8.0 1997-07-08 Unicode::CharName(3)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.61 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
Under GNU General Public License
2008-08-20 19:17 @38.103.63.59 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)