Encode::RAD50

Encode::RAD50 is a Perl module that can convert to and from the Rad50 character set.
Download

Encode::RAD50 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Thomas R. Wyant
  • Publisher web site:
  • http://search.cpan.org/~wyant/Games-Sudoku-General-0.007/lib/Games/Sudoku/General.pm

Encode::RAD50 Tags


Encode::RAD50 Description

Encode::RAD50 is a Perl module that can convert to and from the Rad50 character set. Encode::RAD50 is a Perl module that can convert to and from the Rad50 character set.SYNOPSISuse Encode;use Encode::RAD50; # Sorry about this.$rad50 = encode ('RAD50', 'FOO');$ascii = decode ('rad50', pack 'n', 10215);binmode STDOUT, ':encoding(rad50)'; # Perverse, but it works.print 'A#C'; # Gives a warning, since '#' isn't valid.Because this is not a standard encoding, you will need to explicitlyuse Encode::RAD50;Though of course the name of the module is case-sensitive, the name of the encoding (passed to encode (), decode (), or ":encoding()") is not case-sensitive. Requirements: · Perl


Encode::RAD50 Related Software