GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RDFStore::Util::UTF8(3) User Contributed Perl Documentation RDFStore::Util::UTF8(3)

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

Return the UTF8 byte sequence (string) representing the given Unicode Code Point CP (unsigned long)
Return the Unicode Code Point (unsigned long) of the given UTF8_BUFF (char/string) passed
Return true if the given UTF8_BUFF is a valid UTF8 byte sequence
Convert a given STRING (in any encoding in principle) to its UTF8 byte sequence (string) representation
Convert a given STRING to its UTF8 case-folded (lang independent lowercase) byte sequence (string) representation
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>

Hey! The above document had some coding errors, which are explained below:

You forgot a '=back' before '=head1'
2006-06-19 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.