leeyc0 / dokuwiki_plugin_canonicalchinese

Dokuwiki plugin doing automatic Chinese character replacement to its "canonical" form (You don't need this plugin)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov

TL;DR

You don't need this dokuwiki plugin.

Long description

This dokuwiki plugin is developed to do Chinese character replacement to its "canonical" form, to meet specific requirements of Chinese linguistics. The exact replacement is defined in the dictionary table. I recap, you don't need this dokuwiki plugin. As such I will not publish this plugin to dokuwiki plugin repository.

Extra syntax

To override automatic character replacement, wrap the character with tags. The tag is a crude hack and prone to bugs, wrap the actual character not to be replaced only.

Example: <nochinesecanonical>真</nochinesecanonical>真

The first 真 will not be replaced while the second 真 will be replaced with 眞

About

Dokuwiki plugin doing automatic Chinese character replacement to its "canonical" form (You don't need this plugin)

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%