http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13646 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 35634 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35634&action=edit Bug 13646: Fix facets encoding problem for GSR1 Since bug 11944, the facets are not correctly encoded if the indexing mode is GRS1. In MARC::File::USMARC # if utf8 the we encode the string as utf8 if ( $marc->encoding() eq 'UTF-8' ) { $tagdata = marc_to_utf8( $tagdata ); } $marc->encoding return 'MARC8' because the utf8 flag is not set on the marc record. Test plan: On an installation set with GRS1, launch a search and verify you have facets correctly encoded. -- You are receiving this mail because: You are watching all bug changes.