Word count with double-byte character

Fixed the word count of post content on your admin page.

Author:Ydoow (profile at wordpress.org)
WordPress version required:2.9
WordPress version tested:3.9.1
Plugin version:1.0.0
Added to WordPress repository:12-06-2014
Last updated:12-06-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:464
Active installs:10+
plugin download
Click to start download

Existing word count of post content on admin page does not support double-byte character such as Korean, Japanese and Chinese. The fix would process the input string byte by byte so every single double-byte character would be counted toward a word count, while the count of word composite of single bytes won't be affected.