When using the staged marc import tool from the staff interface 'default' is preselected as encoding for the incoming records. If you leave 'default' and import utf-8 records the diacritics are broken after importing the records into the catalog.
Created attachment 6797 [details] [review] Patch to fix default option in drop-down menu for encoding in MARC import
Hi Duncan, please remember to add the bug number to your subject line for your next patch and thx for your work on this bug! :)
Created attachment 6804 [details] [review] [SIGNED-OFF] Bug Patch to fix default option in encoding dropdown http://bugs.koha-community.org/show_bug.cgi?id=7361 Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> This patch changes the pull down for encodings in staged marc import. Before patch: - Character encoding preselected was 'Default' - 'Default' broke diacritics in utf-8 encoded files and was reported to not work correctly - Selecting 'UTF-8' from the drop down worked After patch: - Character encoding preselected is 'UTF-8 (Default)' - There is no longer a 'Default' option and no separate 'UTF-8'
Template-only change, passes a much better default than empty string. marking as passed QA
QA comment (In reply to comment #2) > Hi Duncan, please remember to add the bug number to your subject line for your > next patch and thx for your work on this bug! :) Katrin was right here. I've added the bug number in the committed patch trivial patch, passed QA patch pushed, please test