innoveit / play2-pdf

A PDF module for Play Framework 2
MIT License
77 stars 22 forks source link

Encoding issue #2

Closed cnicodeme closed 9 years ago

cnicodeme commented 9 years ago

Hi,

When using :

return ok(Html)

the output contains accent correctly, but when changing it to :

return PdfGenerator.ok(Html)

The generated PDF contains wrongly encoded accents (è instead of è)

marcosinigaglia commented 9 years ago

Hi, are you using utf-8 charset?

cnicodeme commented 9 years ago

Yes :)

marcosinigaglia commented 9 years ago

Can you paste your html page?