From b3dff7720c1fac8ca9bdd7087ac368a0af4349e8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 2 Oct 2017 18:22:51 +0200 Subject: [PATCH] [ucdn] Update README --- src/hb-ucdn/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hb-ucdn/README b/src/hb-ucdn/README index fcb97b9a..2203ae69 100644 --- a/src/hb-ucdn/README +++ b/src/hb-ucdn/README @@ -31,10 +31,10 @@ UCDN was written by Grigori Goronzy . How to Use -Include ucdn.c, ucdn.h and unicodedata_db.h in your project. Now, -just use the functions as documented in ucdn.h. +Include ucdn.c, ucdn.h and ucdn_db.h in your project. Now, just use the +functions as documented in ucdn.h. In some cases, it might be necessary to regenerate the Unicode database file. The script makeunicodedata.py (Python 3.x required) fetches the appropriate files and dumps the compressed database into -unicodedata_db.h. +ucdn_db.h. -- GitLab