View Single Post
Old 12-22-2016, 11:55 AM   #18
Trane
Groupie
Trane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensionsTrane can understand the language of future parallel dimensions
 
Posts: 165
Karma: 51147
Join Date: Dec 2016
Device: android tablet
Quote:
Originally Posted by Doitsu View Post
If you're cleaning up a commercial ebook that is protected by a social watermarking scheme, it might contain several of these invisible characters, which you can find with DiapDealer's Shady Characters plugin.

The following customized ShadyCharacters.json file will help you find many commonly used invisible characters:

Spoiler:
Code:
{
  "matrix": {
    "zwnj": [
      "0x200C", 
      "‌"
    ], 
    "zwj": [
      "0x200D", 
      "‍"
    ], 
    "shy": [
      "0x00AD", 
      "­"
    ], 
    "zwnbsp": [
      "0xFEFF", 
      ""
    ], 
    "wj": [
      "0x2060", 
      "⁠"
    ], 
    "nbsp": [
      "0x00A0", 
      " "
    ], 
    "thinsp": [
      "0x2009", 
      " "
    ], 
    "zwsp": [
      "0x200B", 
      "​"
    ], 
    "nnbsp": [
      "0x202F", 
      " "
    ]
  }
}


For more information on where to find this file, see the Shady Characters MR topic.
Very interesting! But no, this isn't a commercial book. It's my own work, written in Word, so no watermarking. Would be interesting to run the tool though (but can't at the moment, leaving soon). Thanks for that, though.
Trane is offline   Reply With Quote