summaryrefslogtreecommitdiff
path: root/Data/BuiltIn/Libraries/lua-addons/addons/chars/README.md
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-15 13:53:59 +0800
committerchai <chaifix@163.com>2021-11-15 13:53:59 +0800
commit942a030afd348ab2e02eac8054b43e3c3a72ea48 (patch)
treea13459f39a3d2f1b533fbd1b5ab523d7a621f673 /Data/BuiltIn/Libraries/lua-addons/addons/chars/README.md
parente307051a56a54c27f10438fd2025edf61d0dfeed (diff)
*rename
Diffstat (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/chars/README.md')
-rw-r--r--Data/BuiltIn/Libraries/lua-addons/addons/chars/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/chars/README.md b/Data/BuiltIn/Libraries/lua-addons/addons/chars/README.md
new file mode 100644
index 0000000..77609ec
--- /dev/null
+++ b/Data/BuiltIn/Libraries/lua-addons/addons/chars/README.md
@@ -0,0 +1,34 @@
+# Chars #
+This addon lets you input special chars using simple tags (e.g.: ```<note>``` for ♪). Using the pattern ```<j:text>``` any alphanumeric character will be replaced with their full-width version ("japanese style" characters). The available characters depend on the [data](https://github.com/Windower/Lua/blob/master/addons/libs/chat/chars.lua) gathered by the Windower team. If anything in there is incorrect or missing, open an issue on [Windower's Lua issue tracker](https://github.com/Windower/Lua/issues).
+
+![screenshot](http://i39.tinypic.com/spdwz6.png)
+
+## Commands ##
+
+```
+chars
+```
+
+Shows the available characters.
+
+----
+
+## Changelog ##
+
+### v1.20141219 ###
+* **fix:** Target-related tags were removed incorrectly
+
+### v1.20141218 ###
+* **fix:** Adjusted to Windower's new Lua libs API
+
+### v1.20130529 ###
+* **change:** Aligned to Windower's addon development guidelines.
+
+### v1.20130525 ###
+* **fix:** ```<j:text>``` pattern wasn't working with some special chars.
+
+### v1.20130521 ###
+* **add:** added the pattern to write using alphanumeric japanese characters.
+
+### v1.20130421 ###
+* first release.