|
From: <al...@al...> - 2009-11-22 23:55:51
|
Fri Nov 20 01:04:26 EST 2009 Dinis Lage <din...@gm...>
* utf-8 export initial improvements
Ignore-this: aca64c1f03299bca87508a8189f49cb4
a couple changes that allow html export with UTF-8 chars. Some minor changes for the pdf export to work better with UTF-8 chars (incomplete, only the sheets comments get exported correctly).
M ./email/lib/mime_parser.inc.php -5 +5
M ./shared/export_templates/template.planner -1 +1
M ./shared/lib/ezpdf.inc.php -1 +1
M ./time/templates/timeSheetPrintM.tpl +1
Sun Nov 22 07:56:15 EST 2009 Dinis Lage <din...@gm...>
* PDF export special chars
Ignore-this: c2498a90dca2a5b8ee5c08948bf13cc5
changed the pdf export functions so that all data being exported to pdf would be converted to a Cpdf-friendly encoding (Windows-1252). Also replaced the <br /> tags in the comments that were printed to pdf.
There were some weird characters, apparently useless inside two files that got automatically changed (probably some issues with the files' encoding) so I just removed those. No effect.
M ./email/lib/mime_parser.inc.php -1 +1
M ./shared/lib/ezpdf.inc.php -4 +8
M ./shared/lib/pdf.inc.php -2 +1
|