https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37184 Alexandre Noel <alexandre.noel@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexandre.noel@inlibro.com, | |caroline.cyr-la-rose@inlibr | |o.com, | |philippe.blouin@inlibro.com --- Comment #1 from Alexandre Noel <alexandre.noel@inlibro.com> --- 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.