Parent Directory
|
Revision Log
2002-09-23 Nanashi-san * UTF8.pm, UTF9.pm: New modules. (Committed by Wakaba <w@suika.fam.cx>.)
| 1 | wakaba | 1.1 | =head1 NAME |
| 2 | |||
| 3 | Encode::Unicode::UTF8 --- Encode/decode of UTF-8 related encodings | ||
| 4 | |||
| 5 | =head1 ENCODINGS | ||
| 6 | |||
| 7 | =over 4 | ||
| 8 | |||
| 9 | =cut | ||
| 10 | |||
| 11 | require v5.7.3; | ||
| 12 | package Encode::Unicode::UTF8; | ||
| 13 | use strict; | ||
| 14 | use vars qw($VERSION); | ||
| 15 | $VERSION=do{my @r=(q$Revision: 1.2 $=~/\d+/g);sprintf "%d."."%02d" x $#r,@r}; | ||
| 16 | |||
| 17 | package Encode::Unicode::UTF8::CESU8; | ||
| 18 | use base qw(Encode::Encoding); | ||
| 19 | __PACKAGE__->Define (qw/CESU-8 cesu8 csCESU-8/); | ||
| 20 | |||
| 21 | =item CESU-8 | ||
| 22 | |||