https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42157 Bug ID: 42157 Summary: Make MARC export Unicode normalization configurable Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support Assignee: koha-bugs@lists.koha-community.org Reporter: januszop@gmail.com QA Contact: testopia@bugs.koha-community.org Currently, bibliographic data stored in Koha is normalized as NFC. However, all exports (MARC utf8, MARCXML) are performed using NFD normalization (cf. Unicode::Normalize : NFC & NFD). Some users expect records exported from Koha to be NFC-normalized. Koha already includes built-in functions that perform the necessary conversions. Adding a new system preference would allow libraries to configure exports according to the needs of their local users. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.