aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-02-12 15:26:37 -0800
committerH. Peter Anvin <hpa@zytor.com>2006-02-12 15:26:37 -0800
commit37c740f00bf40834ae73debdd28b2a1aece757ab (patch)
tree72250db70bd6bea062a95d8069d9bec9482fdfae
parenta0f344c66d5b32c2413e12c56cce545c23f4609c (diff)
downloadlibucd-37c740f00bf40834ae73debdd28b2a1aece757ab.tar.gz
Add README filelibucd-0.1.3
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..79b9f24
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+This library is a C interface to the Unicode Characters Database.
+It delivers most, but not all information from the UCD, the chief
+omissions are the UniHan database and (currently) the non-simple case
+transformations.
+
+If you're using this, please drop me (H. Peter Anvin <hpa@zytor.com>)
+a note; probably there will eventually be a mailing list.
+
+To compile, adjust the file MCONFIG to suit your needs, and build it
+with "make". See the man page (libucd.3) and the header file (ucd.h)
+for API information.
+