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

--- Comment #1 from Martin Renvoize <[email protected]> ---
I started thinking about this after looking  at bug 23685 too.

I'm not entirely sure if we want to add a BOM to our CSV exports or not.. there
are still programs out there written to work with ascii only and they struggle
with BOM's.

That said, excel is the most likely target so adding a BOM for that would be
sensible.

We could do with checking that adding said BOM doesn't break other popular
tools like OpenOffice or LibreOffice however.

Text::CSV::Encoded doesn't have any native BOM support, but it appears we're
just dealing with strings.

Perhaps we could use File::BOM

-- 
You are receiving this mail because:
You are the assignee for the bug.
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