Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

wkhtmltopdf writes greek characters as "?" question mark symbol. For example, "Παράδοσης" turns to "??a??d?s??" in pdf #1840

Closed
vijayaganeshd opened this issue Jul 8, 2014 · 2 comments
Labels

Comments

@vijayaganeshd
Copy link

Please Advise

@vijayaganeshd vijayaganeshd changed the title wkhtmltopdf writes greek characters as "?" mark symbol. For example, "Παράδοσης" turns to "??a??d?s??" wkhtmltopdf writes greek characters as "?" question mark symbol. For example, "Παράδοσης" turns to "??a??d?s??" in pdf Jul 8, 2014
@ashkulz
Copy link
Member

ashkulz commented Jul 8, 2014

Please post your OS/platform, version, and sample HTML/CSS.

@ashkulz ashkulz closed this as completed Jul 8, 2014
@ashkulz ashkulz added the Invalid label Jul 8, 2014
@kachkaev
Copy link

kachkaev commented Jul 9, 2014

@vijayaganeshd, try starting your html with:

<html>
<head>
    <meta charset="utf-8">

I had the same problem for Cyrillic letters, but it was immediately solved after defining the charset of a page. Make sure the html file itself also has the utf8 encoding.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants