mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
26 lines
296 B
Plaintext
26 lines
296 B
Plaintext
Description:
|
|
Canonical decomposition of Unicode strings.
|
|
|
|
Files:
|
|
lib/uninorm/nfd.c
|
|
lib/uninorm/normalize-internal.h
|
|
|
|
Depends-on:
|
|
uninorm/base
|
|
uninorm/canonical-decomposition
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += uninorm/nfd.c
|
|
|
|
Include:
|
|
"uninorm.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|