1 package Encode::Symbol;
3 our $VERSION = do { my @r = (q$Revision: 0.96 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
6 XSLoader::load('Encode::Symbol',$VERSION);
12 Encode::Symbol - EBCDIC Encodings
16 use Encode qw/encode decode/;
17 $symbol = encode("symbol", $utf8); # loads Encode::Symbol implicitly
18 $utf8 = decode("", $symbol); # ditto
22 This module implements symbol and dingbats encodings. Encodings
23 supported are as follows.
25 Canonical Alias Description
26 --------------------------------------------------------------------
32 To find how to use this module in detail, see L<Encode>.