Query: unicode::charname
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Unicode::CharName(3pm) User Contributed Perl Documentation Unicode::CharName(3pm)NAMEUnicode::CharName - Look up Unicode character namesSYNOPSISuse Unicode::CharName qw(uname ublock); print uname(ord('%')), " "; print ublock(0x0300), " ";DESCRIPTIONThis 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 ALSOUnicode::StringCOPYRIGHTCopyright 1997,2005 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 4.1 Character Database. Copyright (c) 1991-2005 Unicode, Inc. All Rights reserved. perl v5.14.2 2012-01-29 Unicode::CharName(3pm)
Related Man Pages |
---|
tcl_unicharisalnum(3) - mojave |
tcl_unicharisgraph(3) - mojave |
tcl_unicharisprint(3) - mojave |
tcl_unicharispunct(3) - opendarwin |
unicode::map8(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Introduction |
Detecting unused variables... |
A (ksh) Library For and From UNIX.com |