Unicode::CharName - Look up Unicode character names
use Unicode::CharName qw(uname ublock); print uname(ord('%')), "\n"; print ublock(0x0300), "\n";
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.
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.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |