aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e83f5c1
--- /dev/null
+++ b/README
@@ -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.