The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Encode

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.