Movatterモバイル変換


[0]ホーム

URL:


 / 
Encode-3.21
River stage five • 1107 direct dependents • 33346 total dependents
/Encode::Byte

NAME

Encode::Byte - Single Byte Encodings

SYNOPSIS

use Encode qw/encode decode/; $greek = encode("iso-8859-7", $utf8);  # loads Encode::Byte implicitly$utf8  = decode("iso-8859-7", $greek); # ditto

ABSTRACT

This module implements various single byte encodings. For most cases it uses \x80-\xff (upper half) to map non-ASCII characters. Encodings supported are as follows.

Canonical      Alias                      Description--------------------------------------------------------------------# ISO 8859 series(iso-8859-1is in built-in)iso-8859-2latin2     [ISO]iso-8859-3latin3     [ISO]iso-8859-4latin4     [ISO]iso-8859-5     [ISO]iso-8859-6     [ISO]iso-8859-7     [ISO]iso-8859-8     [ISO]iso-8859-9latin5     [ISO]iso-8859-10latin6     [ISO]iso-8859-11(iso-8859-12 is nonexistent)iso-8859-13   latin7     [ISO]iso-8859-14latin8     [ISO]iso-8859-15latin9     [ISO]iso-8859-16latin10     [ISO]# Cyrillickoi8-fkoi8-r        cp878 [RFC1489]koi8-u [RFC2319]# Vietnameseviscii# all cp* are also available as ibm-*, ms-*, and windows-*# also see L<http://msdn.microsoft.com/en-us/library/aa752010%28VS.85%29.aspx>cp424  cp437  cp737  cp775  cp850  cp852  cp855  cp856  cp857  cp860  cp861  cp862  cp863  cp864  cp865  cp866  cp869  cp874  cp1006  cp1250WinLatin2cp1251WinCyrilliccp1252WinLatin1cp1253WinGreekcp1254WinTurkishcp1255WinHebrewcp1256WinArabiccp1257WinBalticcp1258WinVietnamese# Macintosh# Also see L<http://developer.apple.com/technotes/tn/tn1150.html>MacArabic  MacCentralEurRoman  MacCroatian  MacCyrillic  MacFarsi  MacGreek  MacHebrew  MacIcelandic  MacRoman  MacRomanian  MacRumanian  MacSami  MacThai  MacTurkish  MacUkrainian  # More vendor encodingsAdobeStandardEncodingnextstephp-roman8

DESCRIPTION

To find how to use this module in detail, seeEncode.

SEE ALSO

Encode

Module Install Instructions

To install Encode, copy and paste the appropriate command in to your terminal.

cpanm

cpanm Encode

CPAN shell

perl -MCPAN -e shellinstall Encode

For more information on module installation, please visitthe detailed CPAN module installation guide.

Keyboard Shortcuts

Global
sFocus search bar
?Bring up this help dialog
GitHub
gpGo to pull requests
gigo to github issues (only if github is preferred repository)
POD
gaGo to author
gcGo to changes
giGo to issues
gdGo to dist
grGo to repository/SCM
gsGo to source
gbGo to file browse
Search terms
module: (e.g.module:Plugin)
distribution: (e.g.distribution:Dancer auth)
author: (e.g.author:SONGMU Redis)
version: (e.g.version:1.00)

[8]ページ先頭

©2009-2025 Movatter.jp