|
RDFStore::Util::UTF8 - Utility library to manage UTF8 strings |
RDFStore::Util::UTF8 - Utility library to manage UTF8 strings
use RDFStore::Util::UTF8;
Simple UTF8 library to manage strings in Unicode; a basic set of functions allow to convert Unicode Code Points to UTF8 and viceversa - convert any given string (in any encoding in principle) to UTF8
lc() for UTF8 chars i.e. using to_utf8_foldedcase() above
perlunicode(1)
http://www.unicode.org
http://www.unicode.org/unicode/reports/tr21/#Caseless%20Matching (Unicode Case-folding)
Alberto Reggiori <areggiori@webweaving.org>
|
RDFStore::Util::UTF8 - Utility library to manage UTF8 strings |