[ucdn] Update README
This commit is contained in:
parent
57c55ef834
commit
b3dff7720c
|
@ -31,10 +31,10 @@ UCDN was written by Grigori Goronzy <greg@kinoho.net>.
|
||||||
|
|
||||||
How to Use
|
How to Use
|
||||||
|
|
||||||
Include ucdn.c, ucdn.h and unicodedata_db.h in your project. Now,
|
Include ucdn.c, ucdn.h and ucdn_db.h in your project. Now, just use the
|
||||||
just use the functions as documented in ucdn.h.
|
functions as documented in ucdn.h.
|
||||||
|
|
||||||
In some cases, it might be necessary to regenerate the Unicode
|
In some cases, it might be necessary to regenerate the Unicode
|
||||||
database file. The script makeunicodedata.py (Python 3.x required)
|
database file. The script makeunicodedata.py (Python 3.x required)
|
||||||
fetches the appropriate files and dumps the compressed database into
|
fetches the appropriate files and dumps the compressed database into
|
||||||
unicodedata_db.h.
|
ucdn_db.h.
|
||||||
|
|
Loading…
Reference in New Issue