NAME

Encode::Tcl - Tcl encodings

SYNOPSIS

use Encode;
use Encode::Tcl;
$unicode  = decode('shiftjis', $shiftjis);
$shiftjis = encode('shiftjis', $unicode);

DESCRIPTION

This module provides the interface to encodings defined by the format of encoding tables borrowed from Tcl and not compiled in other Encode:: modules.

See also Encode/EncodeFormat.pod and Encode/*.enc files.

To find how to use this module in detail, see Encode.

SEE ALSO

Encode

Encode::Tcl::Table

Encode::Tcl::Escape

Encode::Tcl::Extended