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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -