Open GoogleCodeExporter opened 8 years ago
I was able to make this issue go away by commenting out the following line in
the fromCharCode method in UnicodePDF:
protected function fromCharCode(code:uint):String
{
// if(code == 0) return "\xFE\xFF"; //return double byte order mark, later to
be replaced with 0
return String.fromCharCode(code);
Without seeming to cause any bad side effects (the sample PDF and others
generate properly with no issues), but I'm unclear as to what this fixed as
well as if there might be some problems that come up as a result.
Original comment by jlamo...@gmail.com
on 13 Aug 2010 at 7:06
Many thanks for posting the issue with details. I am also having similar
problem in displaying the chinese and english from page 2.
Please post the solution.
Thanks,
Ravichandran
Original comment by ravichandran96@gmail.com
on 6 Sep 2011 at 3:53
I used SVN rev 273 of AlivePDFBeta in trunk... and just made that single change
to UnicodePDF mentioned above to make the issue go away for me. I haven't run
into any adverse side effects.
Original comment by jlamo...@gmail.com
on 7 Sep 2011 at 8:39
Original issue reported on code.google.com by
jlamo...@gmail.com
on 7 Aug 2010 at 2:04Attachments: