Unicode::UTF8simple man page on Mandriva

Man page or keyword search:  
man Server   17060 pages
apropos Keyword Search (all sections)
Output format
Mandriva logo
[printable version]

UTF8simple(3)	      User Contributed Perl Documentation	 UTF8simple(3)

NAME
       Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets

SYNOPSIS
	use Unicode::UTF8simple;

	my $uref = new Unicode::UTF8simple;

	#convert a string (here: schoen) to a utf8 byte string
	my $utf8string=$uref->toUTF8("iso-8859-1","schoen");

	#convert a string from utf-8 to specified encoding
	my $string=$uref->fromUTF8("iso-8859-1",$utf8string);

	#get a lit of supported encodings:
	my @listOfNames=$uref->enclist();

	#check if a given encoding (here gb2312) is supported
	if ($uref->encsup('gb2312')){ ... }

DESCRIPTION
       Provides UTF-8 conversion for perl versions from 5.00 and up.  It was
       mainly written for use with perl 5.00 to 5.6.0 because those perl
       versions do not support Unicode::MapUTF8 or Encode.

       Unicode::UTF8simple is written in plain perl (no C code) and will work
       with any Perl 5 version. It is just slightly slower than Encode.

AUTHOR
       Guido Socher (guido at linuxfocus.org)

perl v5.10.0			  2004-12-27			 UTF8simple(3)
[top]

List of man pages available for Mandriva

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net