The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Babble::Encode - Encoding wrapper for Babble

SYNOPSIS

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

DESCRIPTION

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

to_utf8

Converts its only argument to UTF-8.

AUTHOR

Gergely Nagy, algernon@bonehunter.rulez.org

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

SEE ALSO

Encode, Text::Iconv