-
-
06 Dec 2021 15:11:52 UTC
- Distribution: Encode-DIN66003
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (264 / 0 / 0)
- Kwalitee
Bus factor: 1- 85.45% Coverage
- License: unknown
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (8.77KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Encode
- charnames
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Encode::DIN66003 - Encoding according to DIN 66003
SYNOPSIS
use Encode::DIN66003; # If your terminal is UTF-8 print decode('DIN66003', 'Hello W|rld!'); # Hello Wörld # If your terminal is Windows cp850 print encode('cp850', decode('DIN66003', 'Hello W|rld!')); # Hello Wörld
SEE ALSO
CP1011 (IBM) and CP20106 (Microsoft)
https://de.wikipedia.org/wiki/DIN_66003
https://en.wikipedia.org/wiki/Code_page_1011
REPOSITORY
The public repository of this module is https://github.com/Corion/Encode-DIN66003.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
AUTHOR
Max Maischein
corion@cpan.org
COPYRIGHT (c)
Copyright 2015 by Max Maischein
corion@cpan.org
.LICENSE
This module is released under the same terms as Perl itself.
Module Install Instructions
To install Encode::DIN66003, copy and paste the appropriate command in to your terminal.
cpanm Encode::DIN66003
perl -MCPAN -e shell install Encode::DIN66003
For more information on module installation, please visit the detailed CPAN module installation guide.