Open GoogleCodeExporter opened 9 years ago
Any update on that issue ? We're facing the exact same problem here with some
other fancy exotic characters.
Original comment by gar...@gmail.com
on 27 Sep 2011 at 2:50
I resolved that issue. At <a
href="http://stackoverflow.com/questions/6844524/writing-special-characters-with
-purepdf-in-as3">this</a> link you can see my solution.
Good luck.
Original comment by mapand...@gmail.com
on 28 Sep 2011 at 5:07
I found this thread while searching for a solution to the same problem. The
issue, for me, was that the content I was trying to render included characters
that were not covered by my selected code page (Windows-1252). See
http://en.wikipedia.org/wiki/Windows-1252.
The root cause of my particular problem was obviously bad data (\u201f) in the
database so I didn't investigate any further but my guess is that using a
different encoding might let me actually render the text, error and all, and
avoid the exception completely.
Original comment by rodno...@gmail.com
on 7 Apr 2015 at 12:33
Original issue reported on code.google.com by
mapand...@gmail.com
on 27 Jul 2011 at 1:27