Encode::Symbol - Symbol Encodings
| Use Case | Command | Description |
|---|---|---|
| Encode UTF-8 to Symbol | encode("symbol", $utf8) | Converts UTF-8 string to Symbol encoding |
| Decode Symbol to UTF-8 | decode("symbol", $symbol) | Converts Symbol encoded string back to UTF-8 |
| List supported encodings | use Encode; Encode->encodings() | Shows all available encodings including those from Encode::Symbol |
use Encode qw/encode decode/;
$symbol = encode("symbol", $utf8); # loads Encode::Symbol implicitly
$utf8 = decode("", $symbol); # ditto
This module implements symbol and dingbats encodings. Encodings supported are as follows.
| Canonical | Alias | Description |
|---|---|---|
| symbol | ||
| dingbats | ||
| AdobeZDingbat | ||
| AdobeSymbol | ||
| MacDingbats |
To find out how to use this module in detail, see Encode.
Generated by phpman v4.9.26-5-g7740029 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-11 04:24 @216.73.216.11
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)