String::Multibyte.pm version 1.03 ================ String::Multibyte - locale-independent manipulation of multibyte character strings SYNOPSIS use String::Multibyte $sjis = String::Multibyte->new('ShiftJIS'); $sjis_length = $sjis->length($sjis_string); DESCRIPTION This module provides some functions which emulate the corresponding CORE:: functions to manipulate multiple-byte character strings. This module uses the object-oriented syntax to tell methods in which charset the specified strings should be handled. PREREQUISITES AND INSTALLATION Perl 5.003 or later. Exception: String::Multibyte::Unicode is for Perl 5.8.0 or later. Some tests provided for String::Multibyte will be skipped silently on an older Perl. To install this module type the following: perl Makefile.PL make make test make install Note: t/long.t does stress tests to cope with long strings. If it takes long long time on your machine, try again after removing it. POD The document for String::Multibyte is written in UTF-8. The CPAN Archiver should make it unreadable. The HTML-ized PODs are provided in my website. http://homepage1.nifty.com/nomenclator/perl/String-Multibyte.html COPYRIGHT AND LICENCE Copyright(C) 2001-2002, SADAHIRO Tomoyuki. Japan. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.