README.md (utf8proc-2.4.0) | : | README.md (utf8proc-2.5.0) | ||
---|---|---|---|---|
skipping to change at line 63 | skipping to change at line 63 | |||
gmake CC=/opt/aCC/bin/aCC CFLAGS="+O2" PICFLAG="+z" C99FLAG="-Ae" WCFLAGS="+w" L DFLAG_SHARED="-b" SOFLAG="-Wl,+h" | gmake CC=/opt/aCC/bin/aCC CFLAGS="+O2" PICFLAG="+z" C99FLAG="-Ae" WCFLAGS="+w" L DFLAG_SHARED="-b" SOFLAG="-Wl,+h" | |||
``` | ``` | |||
To run `gmake install` you will need GNU coreutils for the `install` command, an d you may want to pass `prefix=/opt libdir=/opt/lib/hpux32` or similar to change the installation location. | To run `gmake install` you will need GNU coreutils for the `install` command, an d you may want to pass `prefix=/opt libdir=/opt/lib/hpux32` or similar to change the installation location. | |||
## General Information | ## General Information | |||
The C library is found in this directory after successful compilation | The C library is found in this directory after successful compilation | |||
and is named `libutf8proc.a` (for the static library) and | and is named `libutf8proc.a` (for the static library) and | |||
`libutf8proc.so` (for the dynamic library). | `libutf8proc.so` (for the dynamic library). | |||
The Unicode version supported is 12.1.0. | The Unicode version supported is 13.0.0. | |||
For Unicode normalizations, the following options are used: | For Unicode normalizations, the following options are used: | |||
* Normalization Form C: `STABLE`, `COMPOSE` | * Normalization Form C: `STABLE`, `COMPOSE` | |||
* Normalization Form D: `STABLE`, `DECOMPOSE` | * Normalization Form D: `STABLE`, `DECOMPOSE` | |||
* Normalization Form KC: `STABLE`, `COMPOSE`, `COMPAT` | * Normalization Form KC: `STABLE`, `COMPOSE`, `COMPAT` | |||
* Normalization Form KD: `STABLE`, `DECOMPOSE`, `COMPAT` | * Normalization Form KD: `STABLE`, `DECOMPOSE`, `COMPAT` | |||
## C Library | ## C Library | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |