View Single Post
Old 02-26-2019, 06:10 AM   #7
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 681
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
Quote:
Originally Posted by DiapDealer View Post
Are there other unicode characters you think I should include by default
I had a book that used the "hair space" character:
https://www.fileformat.info/info/uni...200a/index.htm

So I added this to the json:
Code:
 
 "hairsp": [
      "0x200A",
      " "
    ],
I used a file with :
Code:
 <h1>hair 8202 =&#8202;=</h1>
The space shows in preview. Saved the file and the code is converted to a character.
But the plugin doesn't find them.

Quote:
Status: success

No shady characters found in Text/Section0001.xhtml.
No shady characters found at all - no files altered.
-- PS. forum converted all the entities. Why the hell does "code" get converted....
Looked at your posts and see I need to use NOPARSE.

Last edited by AlanHK; 02-26-2019 at 06:20 AM.
AlanHK is offline   Reply With Quote