https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39327

            Bug ID: 39327
           Summary: UTF-8 BOM missing from label creator CSV and some
                    UTF-8 output broken
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Label/patron card printing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

The CSV created by the label creator can't be easily opened by Excel as UTF-8
data.

If we add the UTF-8 BOM, then it will open it as UTF-8 data. Hurray!

Although in some cases I've noticed UTF-8 data in Koha is being exported
seemingly as Latin-1 data. The problem appears to be with the Text::CSV_XS
library not properly noticing that it's UTF-8. If we explicitly set the binmode
to UTF-8, we can fix that.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to