although the plugin has been patched with utf-8 charsets, tag autolink function still has problem with isolating language, such as chinese.(whose sentence base on single letters rather than words and phrases.)
the only solution i can find which is low effecient: unpatch class.client.autolinks.php, using the older code, then deleting "\b".
any better ideas?