NAME
MARC::Moose::Parser::Isis - ISIS records parser
VERSION
version 1.0.20
ATTRIBUTES
converter
Converter used in order to convert characters encoding from the source records. This uses Text::Iconv.
So:
my
$parser
= MARC::Moose::Parser::Isis->new();
is equivalent to:
my
$parser
= MARC::Moose::Parser::Isis->new(
converter
=> Text::Iconv->new(
"cp857"
,
"utf8"
);
SEE ALSO
AUTHOR
Frédéric Demians <f.demians@tamil.fr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Frédéric Demians.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.