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

Add support for unicode characters #181

Open
deepakdinesh1123 opened this issue Mar 27, 2021 · 1 comment
Open

Add support for unicode characters #181

deepakdinesh1123 opened this issue Mar 27, 2021 · 1 comment

Comments

@deepakdinesh1123
Copy link

Since there was no way to add bullet points in fpdf I tried to add it by adding it as a unicode character ('\u2022') but could not do so

@Lucas-C
Copy link

Lucas-C commented Mar 27, 2021

You must use Latin1 escape sequences.

Try using "\x95" (bullet character)

Also, pyfpdf is not maintained anymore, you may want to check https://github.com/PyFPDF/fpdf2

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