https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37184
Alexandre Noel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |caroline.cyr-la-rose@inlibr | |o.com, | |[email protected] --- Comment #1 from Alexandre Noel <[email protected]> --- I think this bz needs more precision. The attached file has been exported in MARC-8, which is why we want to select MARC8 for character encoding in the import page (in test plan). By searching the code and the database, I found that Koha converts the imported file from MARC-8 to UTF-8, but in the 'import_records' table, in the database, the columns 'encoding' remains as MARC-8. In 'Koha::Import::Record.pm', it seems the statement : my $record = MARC::Record->new_from_xml($self->marcxml, $self->$encoding, $format); is converting a UTF-8 encoded file from MARC-8 to UTF-8 again, resulting in '�' symbols for special charaters. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
