From 70970cf836cb624192c6cf11e2c3243b3e5fe5e2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 24 Jan 2026 18:28:12 +0100 Subject: Add README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README 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. -- cgit v1.2.3-70-g09d2