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

String::Multibyte::GB18030 - internally used by String::Multibyte for GB18030

    use String::Multibyte;

    $gb18030 = String::Multibyte->new('GB18030');
    $gb18030_length = $gb18030->length($gb18030_string);

"String::Multibyte::GB18030" is used for manipulation of strings in GB18030.

Byte range of single-byte characters: "0x00..0x80".

First byte range of double-byte characters: "0x81..0xFE".

Second byte range of double-byte characters: "0x40..0x7E" and "0x80..0xFE".

First and third byte range of four-byte characters: "0x81..0xFE".

Second and fourth byte range of four-byte characters: "0x30..0x39".

Character order (invalid code points are excluded): "0x00..0x80", "0x8140..0xFEFE", "0x81308130..0xFE39FE39".

0x80 is included for backward compatibility.

String::Multibyte
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.