Babble::Encode - Encoding wrapper for Babble


Babble documentation  | view source Contained in the Babble distribution.

Index


NAME

Top

Babble::Encode - Encoding wrapper for Babble

SYNOPSIS

Top

 use Babble::Encode;
 ...
 $encoded = to_utf8 ($string);
 ...

DESCRIPTION

Top

This module provides a wrapper around either Encode or Text::Iconv, whichever is installed on ones computer, to convert an arbitrary string to UTF-8.

METHODS

Top

to_utf8

Converts its only argument to UTF-8.

AUTHOR

Top

Gergely Nagy, algernon@bonehunter.rulez.org

Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.

SEE ALSO

Top

Encode, Text::Iconv


Babble documentation  | view source Contained in the Babble distribution.