1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-08 19:00:33 +00:00
This commit is contained in:
Lu Wang 2012-08-24 08:21:20 +02:00
parent 65ad038459
commit 3506805092

View File

@ -196,6 +196,8 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
++nSpaces;
}
// TODO: don't use ToUnicode Map for nonttf fonts
if((uLen > 0) && (all_of(u, u+uLen, isLegalUnicode)))
{
outputUnicodes(html_fout, u, uLen);