Unicode characters don't come out right?
Hi,
Thanks for your article and this repo. It works great locally and I can deploy it to AWS no problem too. But I can't get it to render a unicode tick properly. I changed the text in your example to
const myContent = "<p>Tick with unicode ✔</p>";
and you'll see from the attached PDF, that it has rendered the tick as a box with a cross through.
Do you have any idea why it works locally but not in AWS?
Thanks again!! response.pdf
Hi @isocra , sorry I just got back from holiday. Is it still a problem?
Hi @crespowang, yes I'm afraid so. In the end the only work around we found was to use an SVG image and make a tick that way.
It only happens in AWS. Running locally it works fine.