Skip to content

Commit

Permalink
Fix README: C89, but we need stdint.h
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorig committed Sep 27, 2012
1 parent dbd2013 commit 9a98698
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ composition/decomposition and compatibility decomposition). More
functionality might be provided in the future, such as additional
properties, string normalization and encoding conversion.

UCDN uses standard C89 with no particular dependencies or requirements,
and can be easily integrated into existing projects. At the moment,
it is not supposed to be used as a standalone library. The primary
motivation behind UCDN development was to provide a standalone set
of Unicode functions for the HarfBuzz OpenType shaping library. For
this purpose, a HarfBuzz-specific wrapper is shipped along with it
(hb-ucdn.h).
UCDN uses standard C89 with no particular dependencies or requirements
except for stdint.h, and can be easily integrated into existing
projects. At the moment, it is not supposed to be used as a standalone
library. The primary motivation behind UCDN development was to provide
a standalone set of Unicode functions for the HarfBuzz OpenType
shaping library. For this purpose, a HarfBuzz-specific wrapper is
shipped along with it (hb-ucdn.h).

UCDN is published under the ISC license, please see the license header
in the C source code for more information. The makeunicodata.py script
Expand Down

0 comments on commit 9a98698

Please sign in to comment.