AshishJoshi-asj / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Export pdf with no latin characters fails #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.export data with no latin characters to pdf

What is the expected output? What do you see instead?
Cyrillic. Output is empty strings.

What version of the product are you using? On what operating system?
zfdatagrid 5.1. WAMP php 5.3 mysql 5.1 apache 2.2 windows vista

Original issue reported on code.google.com by chonn...@gmail.com on 19 Feb 2010 at 11:05

GoogleCodeExporter commented 9 years ago

Original comment by pao.fre...@gmail.com on 22 Feb 2010 at 2:18

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 3 Mar 2010 at 4:56

GoogleCodeExporter commented 9 years ago
Hi,

Have you used the $grid->setCharEncoding()?

Best Regards,
Bento Vilas Boas

Original comment by bento.vi...@gmail.com on 24 May 2010 at 10:31

GoogleCodeExporter commented 9 years ago
$grid->setCharEncoding('ISO-8859-1'); 

works!

Original comment by tho...@valepizza.com on 5 Jul 2010 at 1:20

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 5 Jul 2010 at 1:41