[Koha-bugs] [Bug 8889] New: Optionally compose Unicode characters when saving MARC record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 8 13:27:15 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8889

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8889
                CC: frederic at tamil.fr
          Assignee: m.de.rooy at rijksmuseum.nl
           Summary: Optionally compose Unicode characters when saving MARC
                    record
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: m.de.rooy at rijksmuseum.nl
          Hardware: All
            Status: ASSIGNED
           Version: master
         Component: I18N/L10N
           Product: Koha

Conversion from MARC8 to UTF8 (in e.g. Z3950 search) converts a lot of accented
characters to the Unicode decomposed form of [letter without accent][accent
only] in Unicode.
Most characters originating from the Latin1 character set are not displayed
properly in various browsers (in that decomposed form). When we convert to the
composed form, these characters are mapped to one unicode character with
accent. Presentation improves in various browsers.

This patch adds a syspref making this optional behavior. It makes the needed
changes in ModBiblioMarc.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list