Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special characters in text rendering as codes #58

Closed
saisworld opened this issue May 15, 2014 · 1 comment
Closed

Special characters in text rendering as codes #58

saisworld opened this issue May 15, 2014 · 1 comment

Comments

@saisworld
Copy link

Hi ,

I have a some special character in text like '£' or bullet points. These are values entered by users in a textarea field. I'm displaying that text in a label. Its displaying fine in the view but when exporting that to pdf its converting the special characters to some codes in the pdf.

Not sure if this is related to wkhtmltopdf or something related to encoding which am missing. Any suggestions please?

eg-

text displayed in view:
1st supervisor x 1 @ £1000 Provisional 2nd supervisor x 2 @ £500 each 2nd Supervisor DBA x 1 @ £500

Text rendered inside pdf: (without spaces inbetween the codes)
1st supervisor x 1 @ & # 163 ;1000 Provisional 2nd supervisor x 2 @ & # 163 ;500 each 2nd Supervisor DBA x 1 @ & # 163 ;500

Thanks,
Sai

@webgio
Copy link
Owner

webgio commented Sep 8, 2017

Can't reproduce. Perhaps was due to server env.

@webgio webgio closed this as completed Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants