Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Encode::Symbol

Name Encode::Symbol
Version 2.02
Located at /usr/lib64/perl5/vendor_perl
File /usr/lib64/perl5/vendor_perl/Encode/Symbol.pm
Is Core No
Search CPAN for this module Encode::Symbol
Documentation Encode::Symbol
Module Details Encode::Symbol

NAME

Encode::Symbol - Symbol Encodings


SYNOPSIS

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


ABSTRACT

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

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


DESCRIPTION

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


SEE ALSO

Encode

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024