Summary: | tellico don't generate report and print | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Maurizio Sibaud <info> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | info |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Maurizio Sibaud
2010-03-19 12:52:03 UTC
SVN commit 1106521 by rstephenson: Fix crashing bug for exporting HTML for collections with no grouping field. BUG:231302 M +4 -0 ChangeLog M +9 -7 src/translators/htmlexporter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1106521 After many check, I found the real origin of the problem; it was an imported csv file with some characters don't recognize from tellico; when I, manually, find and change the character, the problem solved. But, apart the manual work on 4000 record, why tellico have this problem? Is possible to find a workflow about character table auto-convert base on the input? Thank for the attention Maurizio Sibaud If the character causes an incorrect XML formatting, then you would get the error you report. I've seen some scattered reports of this problem before but have not been able to reproduce it yet. Can you either attach part of that CSV file to this bug report, or maybe email it to me privately? SVN commit 1107232 by rstephenson: Strip control characters (0x00 to 0xFF) from text files on import. BUG:231302 M +4 -0 ChangeLog M +12 -1 src/translators/textimporter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1107232 |