http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10935 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21377|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 21388 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21388&action=edit [SIGNED OFF] Bug 10935: CSV are broken using other language than english. To reproduce: - cd misc/translator - ./translate update LANG - ./translate install LANG - go to the Koha mainpage and change the language. - go to acqui/basketgroup.pl?booksellerid=XX and try to export a basketgroup. The headers is followed by the first basketgroup information. There is no carriage return. It looks like it is caused by a routine used by the translator script (TmplTokenizer::string_canon). To test this patch: - apply it - cd misc/translator - ./translate -f update LANG - translate headers in your po file - ./translate -f install LANG - go to acqui/basketgroup.pl?booksellerid=XX and try to export a basketgroup. - verify that the csv looks good now. - same thing for basket. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Good idea and seems to work - just fixing a small glitch with the first entry of the list in a follow-up. -- You are receiving this mail because: You are watching all bug changes.