diff options
| -rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +NAME + charconv - Character conversion utilities and library + +DESCRIPTION + charconv is a collection of text convertion utilities + and a C library, charconv, that implements the conversions + and which is designed to make it simple to implement + the conversions in text editors or implement input + methods. + + charconv lets the user specify text in ASCII, or other + limited subset of the Unicode Character Set, and convert + it to characters in Unicode block or other subset of the + Unicode Character Set. + +SEE ALSO + None. |
