summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:49:57 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-08 20:49:57 +0000
commitf076f0542eaf3b866731a548d9caffdda1b205b8 (patch)
treec898a7591c6840d56490cd6eb1bacc8d75288fa7
parent3d83e3e05c65002f9979cf6bd57812576c1681d5 (diff)
downloadlibparserutils-f076f0542eaf3b866731a548d9caffdda1b205b8.tar.gz
libparserutils-f076f0542eaf3b866731a548d9caffdda1b205b8.tar.bz2
Merge note on Aliases file from hubbub.
svn path=/trunk/libparserutils/; revision=6004
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index a1979ad..2bb0d75 100644
--- a/README
+++ b/README
@@ -61,3 +61,11 @@ Enabling iconv() support
Then build libparserutils as normal.
+A note on character set aliases
+-------------------------------
+
+ Libparserutils uses an external mapping file to encode relationships between
+ character set names. This is the "Aliases" file. A copy may be found at
+ test/data/Aliases. The path to this file is required when calling
+ parserutils_initialise().
+