diff options
author | CCHsu <a12321aabb@gmail.com> | 2015-08-17 23:01:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-17 23:15:14 +0700 |
commit | faf4dd5202dca2a7033c5d1b71acbbd230dbae12 (patch) | |
tree | 953dbf3664aaf6d2020b4bfa80b7da0a4228f3f7 /libraries/libcangjie/README | |
parent | a737ee5ed6f78b8cd891200103b71af2d28c862b (diff) | |
download | slackbuilds-faf4dd5202dca2a7033c5d1b71acbbd230dbae12.tar.gz |
libraries/libcangjie: Added (Library for Cangjie input method).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libcangjie/README')
-rw-r--r-- | libraries/libcangjie/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libcangjie/README b/libraries/libcangjie/README new file mode 100644 index 0000000000..105829e49a --- /dev/null +++ b/libraries/libcangjie/README @@ -0,0 +1,6 @@ +Libcangjie is a C library implementing the Cangjie input method. +This library is based on Wan Leung Wong's original libcangjie and forked by Cangjians team. +The library handles all the mappings between the input codes and the desired characters +and provides some filtering options. + +Libcangjie is licensed under LGPLv3 or later. |