-
-
25 Aug 2006 23:10:05 UTC
- Distribution: Encode-EUCJPMS
- Module version: 0.07
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (862 / 0 / 14)
- Kwalitee
Bus factor: 0- 41.67% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (96.81KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Encode
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Encode::EUCJPMS - Microsoft Compatible Encodings for Japanese
SYNOPSIS
use Encode::EUCJPMS; use Encode qw/encode decode/; $eucJP_ms = encode("eucJP-ms", $utf8); $utf8 = decode("eucJP-ms", $euc_jp);
ABSTRACT
This module implements Microsoft compatible encodings for Japanese. Encodings supported are as follows.
Canonical Alias Description -------------------------------------------------------------------- eucJP-ms qr/\beuc-?jp-?ms$/i eucJP-ms qr/\beuc-?jp-?win$/i cp51932 Windows Codepage 51932 cp50220 Windows Codepage 50220 cp50221 Windows Codepage 50221 --------------------------------------------------------------------
DESCRIPTION
To find out how to use this module in detail, see Encode.
INSTALLATION
To install this module type the following:
perl Makefile.PL make make test make install
If you want to add eucJP-ms to Encode's demand-loading list (so you don't have to "use Encode::EUCJPMS"), run
enc2xs -C
to update Encode::ConfigLocal, a module that controls local settings. After that, "use Encode;" is enough to load eucJP-ms on demand.
DEPENDENCIES
This module requires perl version 5.7.3 or later.
AUTHOR
NARUSE, Yui <naruse@airemix.com>
COPYRIGHT
Copyright (C) 2005-2006 NARUSE, Yui <naruse@airemix.com>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
SEE ALSO
Problems and Solutions for Unicode and User/Vendor Defined Characters http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
Windows Codepage 932 http://www.microsoft.com/globaldev/reference/dbcs/932.mspx
Module Install Instructions
To install Encode::EUCJPMS, copy and paste the appropriate command in to your terminal.
cpanm Encode::EUCJPMS
perl -MCPAN -e shell install Encode::EUCJPMS
For more information on module installation, please visit the detailed CPAN module installation guide.