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
Multibyte::Grapheme(3) User Contributed Perl Documentation Multibyte::Grapheme(3)

String::Multibyte::Grapheme - internally used by String::Multibyte for Default Grapheme Clusters in Unicode

    use String::Multibyte;

    $gra = String::Multibyte->new('Grapheme');
    $gra_length = $gra->length($unicode_string);

"String::Multibyte::Grapheme" is used for graphemewise manipulation of strings in Perl's internal format for Unicode (see perlunicode).

This module requires Perl 5.8.0 or later.

Grapheme ranges (no, no longer character ranges) are not supported.

This module is based on default grapheme clusters according to Unicode Standard Annex #29 for Unicode 4.0.0 (UAX #29-4), which is similar to legacy grapheme clusters of Unicode 5.1.0 (UAX #29-13) or later.

WHAT THIS MODULE DOES IS OLD.

String::Multibyte

<http://www.unicode.org/reports/tr29/tr29-4.html>

2015-12-06 perl v5.32.1

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.