unicode - Copy/Paste non space separator character? -


i trying trick word count in text form when read person space between 2 words looks typical space word count read character not space.

so phrase "two words" technically 1 word in word count because space not read space character? ideas? i've tried few whitespace characters i'm not sure if read differently.

is possible or word counters take consideration?

running seriff's suggestion...

.w {      color: white;  }
<body>    <text>this<text class="w">.</text>seems<text class="w">.</text>a<text class="w">.</text>little<text class="w">.</text>silly...</text>  </body>


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -