Encode::Symbol - Symbol Encodings


Encode documentation  | view source Contained in the Encode distribution.

Index


NAME

Top

Encode::Symbol - Symbol Encodings

SYNOPSIS

Top

    use Encode qw/encode decode/; 
    $symbol  = encode("symbol", $utf8); # loads Encode::Symbol implicitly
    $utf8 = decode("", $symbol);        # ditto

ABSTRACT

Top

This module implements symbol and dingbats encodings. Encodings supported are as follows.

  Canonical   Alias		Description
  --------------------------------------------------------------------
  symbol
  dingbats
  AdobeZDingbat
  AdobeSymbol
  MacDingbats

DESCRIPTION

Top

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

SEE ALSO

Top

Encode


Encode documentation  | view source Contained in the Encode distribution.