1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00
This commit is contained in:
Lu Wang 2013-10-27 15:32:50 +08:00
parent d39f83f15d
commit aa30d82d7a

View File

@ -78,6 +78,7 @@ bool isLegalUnicode(Unicode u)
/*
* U+2029: Paragraph Separator
* TODO: check U+2028 etc
*/
if(u == 0x2029)
return false;