summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/property-byname
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/property-byname')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/property-byname122
2 files changed, 122 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unictype/property-byname b/gnulib/modules/unictype/property-byname
new file mode 100644
index 0000000..18a881e
--- /dev/null
+++ b/gnulib/modules/unictype/property-byname
@@ -0,0 +1,122 @@
+Description:
+Find a Unicode character property, given its name.
+
+Files:
+lib/unictype/pr_byname.c
+lib/unictype/pr_byname.gperf
+
+Depends-on:
+unictype/base
+unictype/property-alphabetic
+unictype/property-ascii-hex-digit
+unictype/property-bidi-arabic-digit
+unictype/property-bidi-arabic-right-to-left
+unictype/property-bidi-block-separator
+unictype/property-bidi-boundary-neutral
+unictype/property-bidi-common-separator
+unictype/property-bidi-control
+unictype/property-bidi-embedding-or-override
+unictype/property-bidi-eur-num-separator
+unictype/property-bidi-eur-num-terminator
+unictype/property-bidi-european-digit
+unictype/property-bidi-hebrew-right-to-left
+unictype/property-bidi-left-to-right
+unictype/property-bidi-non-spacing-mark
+unictype/property-bidi-other-neutral
+unictype/property-bidi-pdf
+unictype/property-bidi-segment-separator
+unictype/property-bidi-whitespace
+unictype/property-case-ignorable
+unictype/property-cased
+unictype/property-changes-when-casefolded
+unictype/property-changes-when-casemapped
+unictype/property-changes-when-lowercased
+unictype/property-changes-when-titlecased
+unictype/property-changes-when-uppercased
+unictype/property-combining
+unictype/property-composite
+unictype/property-currency-symbol
+unictype/property-dash
+unictype/property-decimal-digit
+unictype/property-default-ignorable-code-point
+unictype/property-deprecated
+unictype/property-diacritic
+unictype/property-extender
+unictype/property-format-control
+unictype/property-grapheme-base
+unictype/property-grapheme-extend
+unictype/property-grapheme-link
+unictype/property-hex-digit
+unictype/property-hyphen
+unictype/property-id-continue
+unictype/property-id-start
+unictype/property-ideographic
+unictype/property-ids-binary-operator
+unictype/property-ids-trinary-operator
+unictype/property-ignorable-control
+unictype/property-iso-control
+unictype/property-join-control
+unictype/property-left-of-pair
+unictype/property-line-separator
+unictype/property-logical-order-exception
+unictype/property-lowercase
+unictype/property-math
+unictype/property-non-break
+unictype/property-not-a-character
+unictype/property-numeric
+unictype/property-other-alphabetic
+unictype/property-other-default-ignorable-code-point
+unictype/property-other-grapheme-extend
+unictype/property-other-id-continue
+unictype/property-other-id-start
+unictype/property-other-lowercase
+unictype/property-other-math
+unictype/property-other-uppercase
+unictype/property-paired-punctuation
+unictype/property-paragraph-separator
+unictype/property-pattern-syntax
+unictype/property-pattern-white-space
+unictype/property-private-use
+unictype/property-punctuation
+unictype/property-quotation-mark
+unictype/property-radical
+unictype/property-sentence-terminal
+unictype/property-soft-dotted
+unictype/property-space
+unictype/property-terminal-punctuation
+unictype/property-titlecase
+unictype/property-unassigned-code-value
+unictype/property-unified-ideograph
+unictype/property-uppercase
+unictype/property-variation-selector
+unictype/property-white-space
+unictype/property-xid-continue
+unictype/property-xid-start
+unictype/property-zero-width
+gperf
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/property-byname])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BYNAME
+lib_SOURCES += unictype/pr_byname.c
+endif
+
+unictype/pr_byname.h: unictype/pr_byname.gperf
+ $(GPERF) -m 10 $(srcdir)/unictype/pr_byname.gperf > $(srcdir)/unictype/pr_byname.h-t
+ mv $(srcdir)/unictype/pr_byname.h-t $(srcdir)/unictype/pr_byname.h
+BUILT_SOURCES += unictype/pr_byname.h
+MOSTLYCLEANFILES += unictype/pr_byname.h-t
+MAINTAINERCLEANFILES += unictype/pr_byname.h
+EXTRA_DIST += unictype/pr_byname.h
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+