Alex Pavlovich
Alex Pavlovich
I dont know if this is the same issue, but in case it is, here's another example where this library disagrees with linux tools and the competing top result (hi-base32?)...
I'll aim to put together an example by the end of thanksgiving weekend. thanks for looking into this. i am reading my ticket now and realizing its a bit too...
btw instructions to get started should reference this script instead `node_modules/sv-selenium/bin/install_chromedriver` (it wont work on ubuntu 20.04.2 LTS, bash 5). I can't get the tests to pass on my machine...
@alallier you may want to check out #171 and also check out this link to see that the fpdf2 fork uses a bytearray instead of a string (and is otherwise...
fpdf2 uses ```python import html html.unescape(text) ``` as seen below: https://github.com/PyFPDF/fpdf2/blob/aa86a0f28ad1955b78a01381635cac5c11c20d82/fpdf/html.py#L9 https://github.com/PyFPDF/fpdf2/blob/aa86a0f28ad1955b78a01381635cac5c11c20d82/fpdf/html.py#L522
see #171