Business-Edifact-Interchange

 view release on metacpan or  search on metacpan

lib/Business/Edifact/Interchange.pm  view on Meta::CPAN


=head1 VERSION

Version 0.07

=cut

our $VERSION = '0.07';

#  UNOA and UNOB "correspond to the basic ascii sets of iso 646 and iso 6937"
# Version 4 of edifact should extend this to unicode
my %encoding_map = (
    'UNOA' => 'ascii',
    'UNOB' => 'ascii',
    'UNOC' => 'iso-8859-1',
    'UNOD' => 'iso-8859-2',
    'UNOE' => 'iso-8859-5',
    'UNOF' => 'iso-8859-7',
);

=head1 SYNOPSIS



( run in 0.415 second using v1.01-cache-2.11-cpan-88abd93f124 )