libraries/libcangjie: Update README.

This commit is contained in:
B. Watson 2016-11-11 16:30:41 -05:00 committed by Willy Sudiarto Raharjo
parent 305b3e9059
commit c8c52a2907
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,6 +1,9 @@
libcangjie (Library for Cangjie input method)
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.
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.