How to get this bug: - To see the bug, you need to have a MARC21/UNIMARC Koha containing authorities having accented, or non-ASCII characters. - You go in bibliographic data entry form. - You select author tag (100/700). - Click on Edit icon. - On auth_finder.pl search dialog box, - On a UNIMARC/MARC21 DB, in Main entry input box, start typing the begining of an heading having extended characters. - The autocompleted search result page displays a mix of extended characters and cryptic characters (UTF-8 bad encoding issue) How to test the patch: - Test on MARC21 DB - Test on UNIMARC DB
Created attachment 12681 [details] [review] Cataloging authorithy search plugin displays badly accented characters How to get this bug: - To see the bug, you need to have a MARC21/UNIMARC Koha containing authorities having accented, or non-ASCII characters. - You go in bibliographic data entry form. - You select author tag (100/700). - Click on Edit icon. - On auth_finder.pl search dialog box, - On a UNIMARC/MARC21 DB, in Main entry input box, start typing the begining of an heading having extended characters. - The autocompleted search result page displays a mix of extended characters and cryptic characters (UTF-8 bad encoding issue) How to test the patch: - Test on MARC21 DB - Test on UNIMARC DB
Created attachment 12705 [details] [review] Bug 8875 Cataloging authorithy search plugin displays badly accented characters How to get this bug: - To see the bug, you need to have a MARC21/UNIMARC Koha containing authorities having accented, or non-ASCII characters. - You go in bibliographic data entry form. - You select author tag (100/700). - Click on Edit icon. - On auth_finder.pl search dialog box, - On a UNIMARC/MARC21 DB, in Main entry input box, start typing the begining of an heading having extended characters. - The autocompleted search result page displays a mix of extended characters and cryptic characters (UTF-8 bad encoding issue) How to test the patch: - Test on MARC21 DB - Test on UNIMARC DB Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
testing this patch I can't reproduce the bad behaviour before the patch. What I did: Koha > Plus > Cataloguing > default framework > reach 700 field > click on the button to open the popup "auth_finder" > entering "Jér" => I get only valid results, including, for example : Auffret Jérôme Cécil With you patch applied, I get the same -valid- result Did I miss something ?
(In reply to comment #3) > testing this patch I can't reproduce the bad behaviour before the patch. > What I did: > Koha > Plus > Cataloguing > default framework > reach 700 field > click on > the button to open the popup "auth_finder" > entering "Jér" => I get only > valid results, including, for example : > Auffret Jérôme Cécil > > With you patch applied, I get the same -valid- result > > Did I miss something ? can someone (frederic/kyle) give an example problematic search string?
Just tested and couldn't reproduce the issue. Is it still valid?
This appears to be fixed in master.