NAME

Encode::Tcl::Escape - Tcl Escape encodings

SYNOPSIS

none

DESCRIPTION

This module is used internally by Encode::Tcl and handles type E of Tcl encodings (7-bit code only).

Control sequences supported by this module are ESCAPE SEQUENCEs to designate graphic character sets and the following:

  name (abbr.)                   bit combination

ESCAPE (ESC)                       01/11
SHIFT-IN (SI)                      00/15
SHIFT-OUT (SO)                     00/14
SINGLE SHIFT TWO (SS2)             ESC 04/14
SINGLE SHIFT THREE (SS3)           ESC 04/15

Designation of control character sets is not supported.

SEE ALSO

Encode

Encode::Tcl

http://www.itscj.ipsj.or.jp/ISO-IR/ [ISOREG]