mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
d39f83f15d
commit
aa30d82d7a
@ -78,6 +78,7 @@ bool isLegalUnicode(Unicode u)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* U+2029: Paragraph Separator
|
* U+2029: Paragraph Separator
|
||||||
|
* TODO: check U+2028 etc
|
||||||
*/
|
*/
|
||||||
if(u == 0x2029)
|
if(u == 0x2029)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user