git: 255db0c8d250 - main - textproc/xmlada: Update to 26.0.0

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Fri, 03 Jul 2026 19:28:14 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=255db0c8d25038b03484d3b404880ae3f30cb4bf

commit 255db0c8d25038b03484d3b404880ae3f30cb4bf
Author:     Alastair Hogge <agh@riseup.net>
AuthorDate: 2026-07-02 12:13:47 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-07-03 19:28:08 +0000

    textproc/xmlada: Update to 26.0.0
    
    Update to 26.0.0:
     * Complete License block
     * Convert to GPRBuild, which enables removal of gmake (except from
       do-test), GNU configure and cleans up the file system hierarchy in
       ${PREFIX}
     * Install Sphinx generated manual page
     * Install Ada Library Information files (.ali) into
       ${PREFIX}/libdata/xmlada instead of in ${PREFIX}/lib/xmlada, this
       respects the default layout described in hier(7)
     * Integrate testing, including the W3C's XML test suites
     * Some minor updates to pkg-descr
     * Remove hard dependency on GNAT-12 from ${USES} and
       ${NO_SHLIB_REQUIRES_GLOB} enabling XML/Ada use for any of the
       GNAT tool-chains
    
    https://github.com/AdaCore/xmlada
    
     PR:            296144
---
 textproc/xmlada/Makefile                           |  156 +-
 textproc/xmlada/distinfo                           |   10 +-
 .../files/patch-input__sources_xmlada__input.gpr   |   14 +
 textproc/xmlada/files/patch-tests_Makefile         |   42 +
 textproc/xmlada/pkg-descr                          |    4 +-
 textproc/xmlada/pkg-plist                          | 3318 ++++++++------------
 6 files changed, 1497 insertions(+), 2047 deletions(-)

diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index 377de23ea384..eedb09ca83b5 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -1,48 +1,150 @@
 PORTNAME=	xmlada
-DISTVERSIONPREFIX=v
-DISTVERSION=	25.0.0
-PORTREVISION=	1
+DISTVERSIONPREFIX=	v
+DISTVERSION=	26.0.0
 CATEGORIES=	textproc
+MASTER_SITES=	${_TEST_SITE_XMLTS} \
+		${_TEST_SITE_XSTS}
+DISTFILES=	${_TEST_DIST_XMLTS}:test_xmlts \
+		${_TEST_DIST_XSTS}:test_xsts
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Adacore XML suite for the Ada language
-WWW=		https://github.com/AdaCore/xmlada
+MAINTAINER=	ada@FreeBSD.org
+COMMENT=	XML/Ada toolkit
+WWW=		https://docs.adacore.com/live/wave/xmlada/html/xmlada_ug/intro.html
 
-LICENSE=	GPLv3RLE
+LICENSE=	GPLv3+ GPLv3RLE+
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING3
+LICENSE_FILE_GPLv3RLE+ =	${WRKSRC}/COPYING.RUNTIME
 
-BUILD_DEPENDS=	gprbuild>=25:devel/gprbuild
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \
+		gprbuild>=25:devel/gprbuild \
+		sphinx-build:textproc/py-sphinx@${PY_FLAVOR}
+TEST_DEPENDS=	gmake:devel/gmake
 
-USES=		ada:12,run gmake
+USES=		ada:run python:build
 USE_BINUTILS=	yes
-GNU_CONFIGURE=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	AdaCore
-GH_PROJECT=	xmlada
 
-NO_SHLIB_REQUIRES_GLOB=	libgnat-12.so
-MAKE_ARGS+=	PROCESSORS=${MAKE_JOBS_NUMBER} \
-		LIBVER=${PORTVERSION}
-TEST_TARGET=	test
-TEST_ENV+=	GPR_PROJECT_PATH=${PREFIX}/share/gpr	\
-		PATH=${LOCALBASE}/gnat12/bin:${PATH}
+MAKE_CMD=	gprbuild
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
+TEST_ENV=	GPR_PROJECT_PATH=${STAGEDIR}${PREFIX}/share/gpr
+
+NO_SHLIB_REQUIRES_GLOB=	libgnat-${_ada_version}.so
+
+PLIST_SUB=	SO_VERSION=${DISTVERSION}
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
-DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx	\
-		${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
-DOCS_USES=	python:build
+OPTIONS_DEFINE=			DOCS EXAMPLES
+OPTIONS_DEFAULT=		PRODUCTION
+OPTIONS_RADIO=			BUILDTYPE
+OPTIONS_RADIO_BUILDTYPE=	COVERAGE DEBUG PRODUCTION PROFILE
+
+BUILDTYPE_DESC=		Application production type
+COVERAGE_DESC=		Produce instrumentation data for analysis
+DEBUG_DESC=		Produce symbols for debugging
+DOCS_DESC=		Install extensive online HTML documentation
+PRODUCTION_DESC=	Produce for release/production
+PROFILE_DESC=		Produce instrumentation data for profiling
+
+COVERAGE_VARS=		_GPR_PROJECT_ARGS=-XXMLADA_BUILD_MODE=coverage
+DEBUG_VARS=		_GPR_PROJECT_ARGS=-XXMLADA_BUILD_MODE=Debug
+PRODUCTION_VARS=	_GPR_PROJECT_ARGS=-XXMLADA_BUILD_MODE=Production
+PROFILE_VARS=		_GPR_PROJECT_ARGS=-XXMLADA_BUILD_MODE=profile
+
+_DOCS_INSTALL_EXCLUDES=	"-not -name .buildinfo -not -regex ^./_sources.*"
+_GPRBUILD_ARGS=		${_GPR_PROJECT_ARGS} -p -vh -vP2 \
+			-XPROCESSORS=${MAKE_JOBS_NUMBER}
+_GPRINSTALL_ARGS=	${_GPR_PROJECT_ARGS} --no-manifest \
+			--prefix='${STAGEDIR}${PREFIX}' -p -v
+_GPR_PROJECT_ARGS=	-XXMLADA_BUILD_MODE=${WITH_DEBUG:UProduction:DDebug}
+_TEST_DIST_XMLTS=	xmlts20080827.tar
+_TEST_DIST_XSTS=	xsts-2007-06-20.tar.gz
+_TEST_SITE_XMLTS=	https://www.w3.org/XML/Test/:test_xmlts
+_TEST_SITE_XSTS=	https://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2006-11-06/:test_xsts
+_TESTS_GPRBUILD_ARGS=	-q -XPROCESSORS=${MAKE_JOBS_NUMBER}
+
+post-patch:
+	${REINPLACE_CMD} -e 's|@PACKAGE_VERSION@|${DISTVERSION}|' \
+		-e 's|@SO_EXT@|.so|' \
+		${WRKSRC}/${PORTNAME}_shared.gpr.in
+# Set defaults for do-test. These two Types are still external and will still
+# reflect the OPTION helpers above
+	${REINPLACE_CMD} -e 's|@DEFAULT_LIBRARY_TYPE@|static|' \
+		-e 's|@BUILD_TYPE@|${_GPR_PROJECT_ARGS:C/.*=//}|' \
+		${WRKSRC}/${PORTNAME}_shared.gpr.in
+	${REINPLACE_CMD} -e 's|@exec_prefix@/||' \
+		${WRKSRC}/tests/dom/default.gpr.in
+	${REINPLACE_CMD} -e 's|%%TESTS_GPRBUILD_ARGS%%|${_TESTS_GPRBUILD_ARGS}|' \
+		${WRKSRC}/tests/Makefile
+	${MV} ${WRKSRC}/tests/dom/default.gpr.in \
+		${WRKSRC}/tests/dom/default.gpr
+	${MV} ${WRKSRC}/${PORTNAME}_shared.gpr.in \
+		${WRKSRC}/${PORTNAME}_shared.gpr
+
+do-build:
+.for _library_type in relocatable static static-pic
+	(cd ${WRKSRC}/ && \
+		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_GPRBUILD_ARGS} -XLIBRARY_TYPE=${_library_type} \
+		-P ${PORTNAME})
+.endfor
+	(cd ${WRKSRC}/docs && \
+		${SETENV} ${MAKE_ENV} sphinx-build-${PYTHON_VER} -d ./doctrees \
+		-b man . build/man)
 
 do-build-DOCS-on:
-	(cd ${WRKSRC}/docs && ${DO_MAKE_BUILD} html )
+	(cd ${WRKSRC}/docs && \
+		${SETENV} ${MAKE_ENV} sphinx-build-${PYTHON_VER} -d ./doctrees \
+		-b html . build/html)
+
+do-install:
+. for _xmlada_component in dom sax schema unicode
+.  for _library_type in relocatable static static-pic
+	(cd ${WRKSRC}/ && \
+		${SETENV} ${MAKE_ENV} gprinstall ${_GPRINSTALL_ARGS} --build-name=${_library_type} \
+		--build-var=${_library_type} --ali-subdir=libdata/${PORTNAME}/${_xmlada_component}/${_library_type} \
+		--lib-subdir=lib/${PORTNAME}/${_xmlada_component}/${_library_type} \
+		--sources-subdir=include/${PORTNAME}/${_xmlada_component} \
+		-XLIBRARY_TYPE=${_library_type} -P ${_xmlada_component}/${PORTNAME}_${_xmlada_component})
+.  endfor
+. endfor
+# Separate XML/Ada Input from above because the directory name is not
+# consistent with the library name
+. for _library_type in relocatable static static-pic
+	(cd ${WRKSRC}/ && \
+		${SETENV} ${MAKE_ENV} gprinstall ${_GPRINSTALL_ARGS} --build-name=${_library_type} \
+		--build-var=${_library_type} --ali-subdir=libdata/${PORTNAME}/input/${_library_type} \
+		--lib-subdir=lib/${PORTNAME}/input/${_library_type} \
+		--sources-subdir=include/${PORTNAME}/input -XLIBRARY_TYPE=${_library_type} \
+		-P input_sources/${PORTNAME}_input)
+. endfor
+	${INSTALL_MAN} ${WRKSRC}/docs/build/man/${PORTNAME}.1 \
+		${STAGEDIR}${PREFIX}/share/man/man1
+	${FIND} ${STAGEDIR}${PREFIX}/lib -name *.a -exec ${STRIP_CMD} {} \
+		\;
+	${FIND} ${STAGEDIR}${PREFIX}/lib -name *.so.${DISTVERSION} -exec \
+		${STRIP_CMD} {} \;
+
+do-install-DOCS-on:
+	(cd ${WRKSRC}/docs/build/html && \
+		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} ${_DOCS_INSTALL_EXCLUDES})
+
+post-install-EXAMPLES-off:
+	${RM} -r ${STAGEDIR}${EXAMPLESDIR}
 
-post-install:
-	(cd ${STAGEDIR}${PREFIX}/lib/ && \
-		${STRIP_CMD} libxmlada* )
+pre-test:
+	${RLN} ${WRKDIR}/xmlconf ${WRKSRC}/tests/dom/tests
+	${RLN} ${WRKDIR}/xmlschema2006-11-06 ${WRKSRC}/tests/schema
 
-post-install-DOCS-on:
-	${RM} ${STAGEDIR}${DOCSDIR}/.buildinfo
+do-test:
+	(cd ${WRKSRC}/ && \
+		${SETENV} ${MAKE_ENV} ${TEST_ENV} ${MAKE_CMD} ${_GPR_PROJECT_ARGS} \
+		${_GPRBUILD_ARGS} -XLIBRARY_TYPE=static -XTESTS_ACTIVATED=Only \
+		xmlada.gpr)
+	(cd ${WRKSRC}/tests && \
+		${SETENV} ${MAKE_ENV} ${TEST_ENV} -XLIBRARY_TYPE=static \
+		-XTESTS_ACTIVATED=Only gmake tests)
 
 .include <bsd.port.mk>
diff --git a/textproc/xmlada/distinfo b/textproc/xmlada/distinfo
index 9a1584736c59..130e25ad700c 100644
--- a/textproc/xmlada/distinfo
+++ b/textproc/xmlada/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1736681986
-SHA256 (AdaCore-xmlada-v25.0.0_GH0.tar.gz) = dbb5984a0931311c7a787a679ef4cfaeeedd357474a585dc170140ef2251dcca
-SIZE (AdaCore-xmlada-v25.0.0_GH0.tar.gz) = 1082553
+TIMESTAMP = 1782889873
+SHA256 (xmlts20080827.tar) = 9b2c865aba66c6429ca301a7ef048d7eca2cdb7a9106184416710853c7b37d0d
+SIZE (xmlts20080827.tar) = 5898240
+SHA256 (xsts-2007-06-20.tar.gz) = 902176b25e4111cf96b08663107521a4992e8ea67aad6b815592a6a5b4b9ea06
+SIZE (xsts-2007-06-20.tar.gz) = 4367182
+SHA256 (AdaCore-xmlada-v26.0.0_GH0.tar.gz) = 26494e57233e8eff9f8339b1520b6dc8188b259a9fccfc808fb19ffe767813aa
+SIZE (AdaCore-xmlada-v26.0.0_GH0.tar.gz) = 1083101
diff --git a/textproc/xmlada/files/patch-input__sources_xmlada__input.gpr b/textproc/xmlada/files/patch-input__sources_xmlada__input.gpr
new file mode 100644
index 000000000000..f235a654b8f4
--- /dev/null
+++ b/textproc/xmlada/files/patch-input__sources_xmlada__input.gpr
@@ -0,0 +1,14 @@
+  Documentation is handled by the Port itself. Remove these Install
+  Artifacts to eliminate the noise polution in the build log.
+
+--- input_sources/xmlada_input.gpr.orig	2026-07-01 04:25:40 UTC
++++ input_sources/xmlada_input.gpr
+@@ -39,8 +39,6 @@ project XmlAda_Input is
+    package Ide      renames XmlAda_Shared.Ide;
+ 
+    package Install is
+-      for Artifacts ("share/doc/xmlada")
+-        use ("../docs/_build/html/*", "../docs/_build/latex/XMLAda.pdf");
+       for Artifacts ("share/gpr") use ("../distrib/xmlada.gpr");
+       for Artifacts ("share/examples/xmlada/dom") use ("../docs/dom/*");
+       for Artifacts ("share/examples/xmlada/sax") use ("../docs/sax/*");
diff --git a/textproc/xmlada/files/patch-tests_Makefile b/textproc/xmlada/files/patch-tests_Makefile
new file mode 100644
index 000000000000..edfe995f80b4
--- /dev/null
+++ b/textproc/xmlada/files/patch-tests_Makefile
@@ -0,0 +1,42 @@
+  The tests by default will execute gprbuild with -q for quiet, this can make
+  debugging difficult. Provide a mechanism to customise how the tests execute
+  grpbuild from the Port Makefile.
+
+--- tests/Makefile.orig	2026-07-01 01:20:10 UTC
++++ tests/Makefile
+@@ -81,7 +81,7 @@ test_multiple_xsd:
+ test_multiple_xsd:
+ 	@echo "multiple xsd"
+ 	@cd schema/multiple_xsd; \
+-		gprbuild -q -Pdefault.gpr; \
++		gprbuild %%TESTS_GPRBUILD_ARGS%% -Pdefault.gpr; \
+ 		./validate > $(RESULTS)/multiple_xsd.out; \
+ 		cp $(RESULTS)/multiple_xsd.out $(RESULTS)/multiple_xsd.diff; \
+ 		cat $(RESULTS)/multiple_xsd.diff
+@@ -89,7 +89,7 @@ test_examples_dom:
+ test_examples_dom:
+ 	@echo "test examples dom"
+ 	@cd ../docs/dom; \
+-		gprbuild -q -p -Pdefault.gpr 2> $(RESULTS)/domexample.out; \
++		gprbuild %%TESTS_GPRBUILD_ARGS%% -p -Pdefault.gpr 2> $(RESULTS)/domexample.out; \
+ 		./domexample >> $(RESULTS)/domexample.out; \
+ 		cp $(RESULTS)/domexample.out $(RESULTS)/domexample.diff; \
+ 		cat $(RESULTS)/domexample.diff; \
+@@ -104,7 +104,7 @@ test_examples_sax:
+ test_examples_sax:
+ 	@echo "test examples sax"
+ 	@cd ../docs/sax; \
+-		gprbuild -q -p -Pdefault.gpr 2> $(RESULTS)/saxexample_main.out; \
++		gprbuild %%TESTS_GPRBUILD_ARGS%% -p -Pdefault.gpr 2> $(RESULTS)/saxexample_main.out; \
+ 		./saxexample_main >> $(RESULTS)/saxexample_main.out; \
+ 		diff -b $(EXAMPLE_EXPECTED)/saxexample_main.expected $(RESULTS)/saxexample_main.out > $(RESULTS)/saxexample_main.diff; \
+ 		if test -s $(RESULTS)/saxexample_main.diff; then \
+@@ -114,7 +114,7 @@ test_examples_schema:
+ test_examples_schema:
+ 	@echo "test examples schema"
+ 	@cd ../docs/schema; \
+-		gprbuild -q -p -Pdefault.gpr 2> $(RESULTS)/schemaexample.out; \
++		gprbuild %%TESTS_GPRBUILD_ARGS%% -p -Pdefault.gpr 2> $(RESULTS)/schemaexample.out; \
+ 		./schemaexample >> $(RESULTS)/schemaexample.out; \
+ 		cp $(RESULTS)/schemaexample.out $(RESULTS)/schemaexample.diff; \
+ 		cat $(RESULTS)/schemaexample.diff
diff --git a/textproc/xmlada/pkg-descr b/textproc/xmlada/pkg-descr
index 625cd7d0a2a7..795945ac6a35 100644
--- a/textproc/xmlada/pkg-descr
+++ b/textproc/xmlada/pkg-descr
@@ -1,4 +1,4 @@
-XML/Ada is a full XML suite for use with Ada compilers, such as GNAT AUX.
+XML/Ada is a full XML suite for use with Ada compilers.
 
 XML/Ada is a set of modules that provide a simple manipulation of XML
 streams.  It supports the whole XML 1.1 specification and can parse any file
@@ -7,4 +7,4 @@ validation of the documents is performed based on those.
 
 It provides support for a number of standards associated with XML such as
 SAX, DOM, and XML schemas.  Additionally, it includes a module to manipulate
-unicode streams since this is required by the XML standard.
+Unicode streams since this is required by the XML standard.
diff --git a/textproc/xmlada/pkg-plist b/textproc/xmlada/pkg-plist
index 94fb4caa64f2..d3e1d638f441 100644
--- a/textproc/xmlada/pkg-plist
+++ b/textproc/xmlada/pkg-plist
@@ -1,2026 +1,1314 @@
-include/xmlada/xmlada_dom.relocatable/dom-core-attrs.adb
-include/xmlada/xmlada_dom.relocatable/dom-core-attrs.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-cdata_sections.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-character_datas.adb
-include/xmlada/xmlada_dom.relocatable/dom-core-character_datas.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-comments.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-document_fragments.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-document_types.adb
-include/xmlada/xmlada_dom.relocatable/dom-core-document_types.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-documents.adb
-include/xmlada/xmlada_dom.relocatable/dom-core-documents.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-elements.adb
-include/xmlada/xmlada_dom.relocatable/dom-core-elements.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-entity_references.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-nodes.adb
-include/xmlada/xmlada_dom.relocatable/dom-core-nodes.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-notations.adb
-include/xmlada/xmlada_dom.relocatable/dom-core-notations.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-processing_instructions.ads
-include/xmlada/xmlada_dom.relocatable/dom-core-texts.adb
-include/xmlada/xmlada_dom.relocatable/dom-core-texts.ads
-include/xmlada/xmlada_dom.relocatable/dom-core.adb
-include/xmlada/xmlada_dom.relocatable/dom-core.ads
-include/xmlada/xmlada_dom.relocatable/dom-readers.adb
-include/xmlada/xmlada_dom.relocatable/dom-readers.ads
-include/xmlada/xmlada_dom.relocatable/dom.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-attrs.adb
-include/xmlada/xmlada_dom.static-pic/dom-core-attrs.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-cdata_sections.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-character_datas.adb
-include/xmlada/xmlada_dom.static-pic/dom-core-character_datas.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-comments.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-document_fragments.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-document_types.adb
-include/xmlada/xmlada_dom.static-pic/dom-core-document_types.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-documents.adb
-include/xmlada/xmlada_dom.static-pic/dom-core-documents.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-elements.adb
-include/xmlada/xmlada_dom.static-pic/dom-core-elements.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-entity_references.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-nodes.adb
-include/xmlada/xmlada_dom.static-pic/dom-core-nodes.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-notations.adb
-include/xmlada/xmlada_dom.static-pic/dom-core-notations.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-processing_instructions.ads
-include/xmlada/xmlada_dom.static-pic/dom-core-texts.adb
-include/xmlada/xmlada_dom.static-pic/dom-core-texts.ads
-include/xmlada/xmlada_dom.static-pic/dom-core.adb
-include/xmlada/xmlada_dom.static-pic/dom-core.ads
-include/xmlada/xmlada_dom.static-pic/dom-readers.adb
-include/xmlada/xmlada_dom.static-pic/dom-readers.ads
-include/xmlada/xmlada_dom.static-pic/dom.ads
-include/xmlada/xmlada_dom.static/dom-core-attrs.adb
-include/xmlada/xmlada_dom.static/dom-core-attrs.ads
-include/xmlada/xmlada_dom.static/dom-core-cdata_sections.ads
-include/xmlada/xmlada_dom.static/dom-core-character_datas.adb
-include/xmlada/xmlada_dom.static/dom-core-character_datas.ads
-include/xmlada/xmlada_dom.static/dom-core-comments.ads
-include/xmlada/xmlada_dom.static/dom-core-document_fragments.ads
-include/xmlada/xmlada_dom.static/dom-core-document_types.adb
-include/xmlada/xmlada_dom.static/dom-core-document_types.ads
-include/xmlada/xmlada_dom.static/dom-core-documents.adb
-include/xmlada/xmlada_dom.static/dom-core-documents.ads
-include/xmlada/xmlada_dom.static/dom-core-elements.adb
-include/xmlada/xmlada_dom.static/dom-core-elements.ads
-include/xmlada/xmlada_dom.static/dom-core-entity_references.ads
-include/xmlada/xmlada_dom.static/dom-core-nodes.adb
-include/xmlada/xmlada_dom.static/dom-core-nodes.ads
-include/xmlada/xmlada_dom.static/dom-core-notations.adb
-include/xmlada/xmlada_dom.static/dom-core-notations.ads
-include/xmlada/xmlada_dom.static/dom-core-processing_instructions.ads
-include/xmlada/xmlada_dom.static/dom-core-texts.adb
-include/xmlada/xmlada_dom.static/dom-core-texts.ads
-include/xmlada/xmlada_dom.static/dom-core.adb
-include/xmlada/xmlada_dom.static/dom-core.ads
-include/xmlada/xmlada_dom.static/dom-readers.adb
-include/xmlada/xmlada_dom.static/dom-readers.ads
-include/xmlada/xmlada_dom.static/dom.ads
-include/xmlada/xmlada_input.relocatable/input_sources-file.adb
-include/xmlada/xmlada_input.relocatable/input_sources-file.ads
-include/xmlada/xmlada_input.relocatable/input_sources-http.adb
-include/xmlada/xmlada_input.relocatable/input_sources-http.ads
-include/xmlada/xmlada_input.relocatable/input_sources-socket.adb
-include/xmlada/xmlada_input.relocatable/input_sources-socket.ads
-include/xmlada/xmlada_input.relocatable/input_sources-strings.adb
-include/xmlada/xmlada_input.relocatable/input_sources-strings.ads
-include/xmlada/xmlada_input.relocatable/input_sources.adb
-include/xmlada/xmlada_input.relocatable/input_sources.ads
-include/xmlada/xmlada_input.static-pic/input_sources-file.adb
-include/xmlada/xmlada_input.static-pic/input_sources-file.ads
-include/xmlada/xmlada_input.static-pic/input_sources-http.adb
-include/xmlada/xmlada_input.static-pic/input_sources-http.ads
-include/xmlada/xmlada_input.static-pic/input_sources-socket.adb
-include/xmlada/xmlada_input.static-pic/input_sources-socket.ads
-include/xmlada/xmlada_input.static-pic/input_sources-strings.adb
-include/xmlada/xmlada_input.static-pic/input_sources-strings.ads
-include/xmlada/xmlada_input.static-pic/input_sources.adb
-include/xmlada/xmlada_input.static-pic/input_sources.ads
-include/xmlada/xmlada_input.static/input_sources-file.adb
-include/xmlada/xmlada_input.static/input_sources-file.ads
-include/xmlada/xmlada_input.static/input_sources-http.adb
-include/xmlada/xmlada_input.static/input_sources-http.ads
-include/xmlada/xmlada_input.static/input_sources-socket.adb
-include/xmlada/xmlada_input.static/input_sources-socket.ads
-include/xmlada/xmlada_input.static/input_sources-strings.adb
-include/xmlada/xmlada_input.static/input_sources-strings.ads
-include/xmlada/xmlada_input.static/input_sources.adb
-include/xmlada/xmlada_input.static/input_sources.ads
-include/xmlada/xmlada_sax.relocatable/sax-attributes.adb
-include/xmlada/xmlada_sax.relocatable/sax-attributes.ads
-include/xmlada/xmlada_sax.relocatable/sax-encodings.ads
-include/xmlada/xmlada_sax.relocatable/sax-exceptions.adb
-include/xmlada/xmlada_sax.relocatable/sax-exceptions.ads
-include/xmlada/xmlada_sax.relocatable/sax-htable.adb
-include/xmlada/xmlada_sax.relocatable/sax-htable.ads
-include/xmlada/xmlada_sax.relocatable/sax-locators.adb
-include/xmlada/xmlada_sax.relocatable/sax-locators.ads
-include/xmlada/xmlada_sax.relocatable/sax-models.adb
-include/xmlada/xmlada_sax.relocatable/sax-models.ads
-include/xmlada/xmlada_sax.relocatable/sax-pointers.adb
-include/xmlada/xmlada_sax.relocatable/sax-pointers.ads
-include/xmlada/xmlada_sax.relocatable/sax-readers.adb
-include/xmlada/xmlada_sax.relocatable/sax-readers.ads
-include/xmlada/xmlada_sax.relocatable/sax-state_machines.adb
-include/xmlada/xmlada_sax.relocatable/sax-state_machines.ads
-include/xmlada/xmlada_sax.relocatable/sax-symbols.adb
-include/xmlada/xmlada_sax.relocatable/sax-symbols.ads
-include/xmlada/xmlada_sax.relocatable/sax-utils.adb
-include/xmlada/xmlada_sax.relocatable/sax-utils.ads
-include/xmlada/xmlada_sax.relocatable/sax.ads
-include/xmlada/xmlada_sax.static-pic/sax-attributes.adb
-include/xmlada/xmlada_sax.static-pic/sax-attributes.ads
-include/xmlada/xmlada_sax.static-pic/sax-encodings.ads
-include/xmlada/xmlada_sax.static-pic/sax-exceptions.adb
-include/xmlada/xmlada_sax.static-pic/sax-exceptions.ads
-include/xmlada/xmlada_sax.static-pic/sax-htable.adb
-include/xmlada/xmlada_sax.static-pic/sax-htable.ads
-include/xmlada/xmlada_sax.static-pic/sax-locators.adb
-include/xmlada/xmlada_sax.static-pic/sax-locators.ads
-include/xmlada/xmlada_sax.static-pic/sax-models.adb
-include/xmlada/xmlada_sax.static-pic/sax-models.ads
-include/xmlada/xmlada_sax.static-pic/sax-pointers.adb
-include/xmlada/xmlada_sax.static-pic/sax-pointers.ads
-include/xmlada/xmlada_sax.static-pic/sax-readers.adb
-include/xmlada/xmlada_sax.static-pic/sax-readers.ads
-include/xmlada/xmlada_sax.static-pic/sax-state_machines.adb
-include/xmlada/xmlada_sax.static-pic/sax-state_machines.ads
-include/xmlada/xmlada_sax.static-pic/sax-symbols.adb
-include/xmlada/xmlada_sax.static-pic/sax-symbols.ads
-include/xmlada/xmlada_sax.static-pic/sax-utils.adb
-include/xmlada/xmlada_sax.static-pic/sax-utils.ads
-include/xmlada/xmlada_sax.static-pic/sax.ads
-include/xmlada/xmlada_sax.static/sax-attributes.adb
-include/xmlada/xmlada_sax.static/sax-attributes.ads
-include/xmlada/xmlada_sax.static/sax-encodings.ads
-include/xmlada/xmlada_sax.static/sax-exceptions.adb
-include/xmlada/xmlada_sax.static/sax-exceptions.ads
-include/xmlada/xmlada_sax.static/sax-htable.adb
-include/xmlada/xmlada_sax.static/sax-htable.ads
-include/xmlada/xmlada_sax.static/sax-locators.adb
-include/xmlada/xmlada_sax.static/sax-locators.ads
-include/xmlada/xmlada_sax.static/sax-models.adb
-include/xmlada/xmlada_sax.static/sax-models.ads
-include/xmlada/xmlada_sax.static/sax-pointers.adb
-include/xmlada/xmlada_sax.static/sax-pointers.ads
-include/xmlada/xmlada_sax.static/sax-readers.adb
-include/xmlada/xmlada_sax.static/sax-readers.ads
-include/xmlada/xmlada_sax.static/sax-state_machines.adb
-include/xmlada/xmlada_sax.static/sax-state_machines.ads
-include/xmlada/xmlada_sax.static/sax-symbols.adb
-include/xmlada/xmlada_sax.static/sax-symbols.ads
-include/xmlada/xmlada_sax.static/sax-utils.adb
-include/xmlada/xmlada_sax.static/sax-utils.ads
-include/xmlada/xmlada_sax.static/sax.ads
-include/xmlada/xmlada_schema.relocatable/schema-date_time.adb
-include/xmlada/xmlada_schema.relocatable/schema-date_time.ads
-include/xmlada/xmlada_schema.relocatable/schema-decimal.adb
-include/xmlada/xmlada_schema.relocatable/schema-decimal.ads
-include/xmlada/xmlada_schema.relocatable/schema-dom_readers.adb
-include/xmlada/xmlada_schema.relocatable/schema-dom_readers.ads
-include/xmlada/xmlada_schema.relocatable/schema-readers.adb
-include/xmlada/xmlada_schema.relocatable/schema-readers.ads
-include/xmlada/xmlada_schema.relocatable/schema-schema_readers.adb
-include/xmlada/xmlada_schema.relocatable/schema-schema_readers.ads
-include/xmlada/xmlada_schema.relocatable/schema-simple_types.adb
-include/xmlada/xmlada_schema.relocatable/schema-simple_types.ads
-include/xmlada/xmlada_schema.relocatable/schema-validators-xsd_grammar.adb
-include/xmlada/xmlada_schema.relocatable/schema-validators-xsd_grammar.ads
-include/xmlada/xmlada_schema.relocatable/schema-validators.adb
-include/xmlada/xmlada_schema.relocatable/schema-validators.ads
-include/xmlada/xmlada_schema.relocatable/schema.adb
-include/xmlada/xmlada_schema.relocatable/schema.ads
-include/xmlada/xmlada_schema.static-pic/schema-date_time.adb
-include/xmlada/xmlada_schema.static-pic/schema-date_time.ads
-include/xmlada/xmlada_schema.static-pic/schema-decimal.adb
-include/xmlada/xmlada_schema.static-pic/schema-decimal.ads
-include/xmlada/xmlada_schema.static-pic/schema-dom_readers.adb
-include/xmlada/xmlada_schema.static-pic/schema-dom_readers.ads
-include/xmlada/xmlada_schema.static-pic/schema-readers.adb
-include/xmlada/xmlada_schema.static-pic/schema-readers.ads
-include/xmlada/xmlada_schema.static-pic/schema-schema_readers.adb
-include/xmlada/xmlada_schema.static-pic/schema-schema_readers.ads
-include/xmlada/xmlada_schema.static-pic/schema-simple_types.adb
-include/xmlada/xmlada_schema.static-pic/schema-simple_types.ads
-include/xmlada/xmlada_schema.static-pic/schema-validators-xsd_grammar.adb
-include/xmlada/xmlada_schema.static-pic/schema-validators-xsd_grammar.ads
-include/xmlada/xmlada_schema.static-pic/schema-validators.adb
-include/xmlada/xmlada_schema.static-pic/schema-validators.ads
-include/xmlada/xmlada_schema.static-pic/schema.adb
-include/xmlada/xmlada_schema.static-pic/schema.ads
-include/xmlada/xmlada_schema.static/schema-date_time.adb
-include/xmlada/xmlada_schema.static/schema-date_time.ads
-include/xmlada/xmlada_schema.static/schema-decimal.adb
-include/xmlada/xmlada_schema.static/schema-decimal.ads
-include/xmlada/xmlada_schema.static/schema-dom_readers.adb
-include/xmlada/xmlada_schema.static/schema-dom_readers.ads
-include/xmlada/xmlada_schema.static/schema-readers.adb
-include/xmlada/xmlada_schema.static/schema-readers.ads
-include/xmlada/xmlada_schema.static/schema-schema_readers.adb
-include/xmlada/xmlada_schema.static/schema-schema_readers.ads
-include/xmlada/xmlada_schema.static/schema-simple_types.adb
-include/xmlada/xmlada_schema.static/schema-simple_types.ads
-include/xmlada/xmlada_schema.static/schema-validators-xsd_grammar.adb
-include/xmlada/xmlada_schema.static/schema-validators-xsd_grammar.ads
-include/xmlada/xmlada_schema.static/schema-validators.adb
-include/xmlada/xmlada_schema.static/schema-validators.ads
-include/xmlada/xmlada_schema.static/schema.adb
-include/xmlada/xmlada_schema.static/schema.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_1.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_1.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_15.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_15.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_2.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_2.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_3.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_3.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_4.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-iso_8859_4.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-windows_1251.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-windows_1251.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-windows_1252.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs-windows_1252.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ccs.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ces-basic_8bit.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ces-basic_8bit.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ces-utf16.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ces-utf16.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ces-utf32.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ces-utf32.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ces-utf8.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ces-utf8.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-ces.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-ces.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-encodings.adb
-include/xmlada/xmlada_unicode.relocatable/unicode-encodings.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-aegean_numbers.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ahom.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-alchemical_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-alpha_presentation_forms.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-anatolian_hieroglyphs.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ancient_greek_music.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ancient_greek_numbers.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ancient_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-arabic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-arabic_extended_a.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-arabic_math_alpha_symb.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-arabic_present_formsa.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-arabic_present_formsb.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-arabic_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-armenian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-arrows.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-avestan.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-balinese.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-bamum.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-bamum_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-basic_latin.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-bassa_vah.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-batak.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-bengali.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-block_elements.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-bopomofo.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-bopomofo_extended.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-box_drawing.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-brahmi.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-braille_patterns.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-buginese.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-buhid.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-byzantine_musical_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-canadian_aboriginal.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-canadian_aboriginal_ext.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-carian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-caucasian_albanian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-chakma.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cham.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cherokee.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cherokee_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cjk_compat_ideo_sup.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cjk_compat_ideographs.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cjk_compatibility.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cjk_compatibility_forms.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cjk_letters_months.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cjk_radicals_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cjk_strokes.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cjk_symbols_and_punct.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-combining_diacritical.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-combining_diacritical_ext.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-combining_diacritical_sup.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-combining_diacritical_sym.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-combining_half_marks.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-common_indic_number_forms.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-control_pictures.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-coptic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-coptic_epact_numbers.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-counting_rod_numerals.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cuneiform.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cuneiform_num_punctuation.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-currency_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cypriot_syllabary.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cyrillic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cyrillic_extended_a.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cyrillic_extended_b.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-cyrillic_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-deseret.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-devanagari.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-devanagari_extended.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-dingbats.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-domino_tiles.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-duployan.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-early_dynastic_cuneiform.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-egyptian_hieroglyphs.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-elbasan.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-emoticons.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-enclosed_alphanum_sup.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-enclosed_alphanumerics.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-enclosed_ideographic_sup.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ethiopic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ethiopic_extended.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ethiopic_extended_a.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ethiopic_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-general_punctuation.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-geometric_shapes.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-geometric_shapes_extended.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-georgian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-georgian_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-glagolitic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-gothic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-grantha.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-greek_and_coptic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-greek_extended.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-gujarati.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-gurmukhi.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-half_full_width_forms.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-hangul_compatibility_jamo.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-hangul_jamo.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-hangul_jamo_extended_a.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-hangul_jamo_extended_b.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-hanunoo.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-hatran.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-hebrew.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-hiragana.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ideograph_descr_chars.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-imperial_aramaic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-inscriptional_pahlavi.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-inscriptional_parthian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ipa_extensions.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-javanese.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-kaithi.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-kana_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-kanbun.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-kangxi_radicals.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-kannada.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-katakana.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-katakana_phonetic_ext.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-kayah_li.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-kharoshthi.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-khmer.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-khmer_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-khojki.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-khudawadi.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-lao.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-latin_1_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-latin_extended_a.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-latin_extended_additional.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-latin_extended_b.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-latin_extended_c.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-latin_extended_d.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-latin_extended_e.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-lepcha.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-letterlike_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-limbu.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-linear_a.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-linear_b_ideograms.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-linear_b_syllabary.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-lisu.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-lycian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-lydian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-mahajani.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-mahjong_tiles.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-malayalam.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-mandaic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-manichaean.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-math_alphanumeric_symb.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-mathematical_operators.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-meetei_mayek.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-meetei_mayek_extensions.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-mende_kikakui.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-meroitic_cursive.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-meroitic_hieroglyphs.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-miao.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-misc_math_symbols_a.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-misc_math_symbols_b.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-misc_symbols_and_arrows.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-misc_symbols_pictographs.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-miscellaneous_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-miscellaneous_technical.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-modi.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-modifier_tone_letters.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-mongolian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-mro.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-multani.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-musical_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-myanmar.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-myanmar_extended_a.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-myanmar_extended_b.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-nabataean.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-new_tai_lue.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-nko.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-number_forms.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ogham.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ol_chiki.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-old_hungarian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-old_italic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-old_north_arabian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-old_permic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-old_persian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-old_south_arabian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-old_turkic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-optical_chars_recognition.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-oriya.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ornamental_dingbats.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-osmanya.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-pahawh_hmong.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-palmyrene.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-pau_cin_hau.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-phags_pa.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-phaistos_disc.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-phoenician.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-phonetic_ext_sup.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-phonetic_extensions.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-playing_cards.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-psalter_pahlavi.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-rejang.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-rumi_numeral_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-runic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-samaritan.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-saurashtra.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-sharada.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-shavian.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-shorthand_format_controls.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-siddham.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-sinhala.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-sinhala_archaic_numbers.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-small_form_variants.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-sora_sompeng.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-spacing_modifier_letters.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-specials.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-sundanese.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-sundanese_supplement.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-sup_math_operators.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-sup_symbols_pictographs.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-super_and_sub_scripts.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-supplemental_arrows_a.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-supplemental_arrows_b.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-supplemental_arrows_c.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-supplemental_punctuation.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-sutton_signwriting.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-syloti_nagri.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-syriac.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tagalog.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tagbanwa.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tags.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tai_le.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tai_tham.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tai_viet.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tai_xuan_jing_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-takri.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tamil.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-telugu.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-thaana.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-thai.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tibetan.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tifinagh.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-tirhuta.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-transport_and_map_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-ugaritic.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-vai.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-variation_selectors.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-variation_selectors_sup.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-vedic_extensions.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-vertical_forms.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-warang_citi.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-yi_radicals.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-yi_syllables.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names-yijing_hexagram_symbols.ads
-include/xmlada/xmlada_unicode.relocatable/unicode-names.ads
-include/xmlada/xmlada_unicode.relocatable/unicode.adb
-include/xmlada/xmlada_unicode.relocatable/unicode.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_1.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_1.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_15.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_15.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_2.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_2.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_3.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_3.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_4.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-iso_8859_4.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-windows_1251.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-windows_1251.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-windows_1252.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs-windows_1252.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ccs.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ces-basic_8bit.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ces-basic_8bit.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ces-utf16.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ces-utf16.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ces-utf32.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ces-utf32.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ces-utf8.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ces-utf8.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-ces.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-ces.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-encodings.adb
-include/xmlada/xmlada_unicode.static-pic/unicode-encodings.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-aegean_numbers.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ahom.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-alchemical_symbols.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-alpha_presentation_forms.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-anatolian_hieroglyphs.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ancient_greek_music.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ancient_greek_numbers.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ancient_symbols.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-arabic.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-arabic_extended_a.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-arabic_math_alpha_symb.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-arabic_present_formsa.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-arabic_present_formsb.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-arabic_supplement.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-armenian.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-arrows.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-avestan.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-balinese.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-bamum.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-bamum_supplement.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-basic_latin.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-bassa_vah.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-batak.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-bengali.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-block_elements.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-bopomofo.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-bopomofo_extended.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-box_drawing.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-brahmi.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-braille_patterns.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-buginese.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-buhid.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-byzantine_musical_symbols.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-canadian_aboriginal.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-canadian_aboriginal_ext.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-carian.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-caucasian_albanian.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-chakma.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cham.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cherokee.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cherokee_supplement.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cjk_compat_ideo_sup.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cjk_compat_ideographs.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cjk_compatibility.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cjk_compatibility_forms.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cjk_letters_months.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cjk_radicals_supplement.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cjk_strokes.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cjk_symbols_and_punct.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-combining_diacritical.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-combining_diacritical_ext.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-combining_diacritical_sup.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-combining_diacritical_sym.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-combining_half_marks.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-common_indic_number_forms.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-control_pictures.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-coptic.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-coptic_epact_numbers.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-counting_rod_numerals.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cuneiform.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cuneiform_num_punctuation.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-currency_symbols.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cypriot_syllabary.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cyrillic.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cyrillic_extended_a.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cyrillic_extended_b.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-cyrillic_supplement.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-deseret.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-devanagari.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-devanagari_extended.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-dingbats.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-domino_tiles.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-duployan.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-early_dynastic_cuneiform.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-egyptian_hieroglyphs.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-elbasan.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-emoticons.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-enclosed_alphanum_sup.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-enclosed_alphanumerics.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-enclosed_ideographic_sup.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ethiopic.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ethiopic_extended.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ethiopic_extended_a.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ethiopic_supplement.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-general_punctuation.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-geometric_shapes.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-geometric_shapes_extended.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-georgian.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-georgian_supplement.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-glagolitic.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-gothic.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-grantha.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-greek_and_coptic.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-greek_extended.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-gujarati.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-gurmukhi.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-half_full_width_forms.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-hangul_compatibility_jamo.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-hangul_jamo.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-hangul_jamo_extended_a.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-hangul_jamo_extended_b.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-hanunoo.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-hatran.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-hebrew.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-hiragana.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ideograph_descr_chars.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-imperial_aramaic.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-inscriptional_pahlavi.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-inscriptional_parthian.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-ipa_extensions.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-javanese.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-kaithi.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-kana_supplement.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-kanbun.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-kangxi_radicals.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-kannada.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-katakana.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-katakana_phonetic_ext.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-kayah_li.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-kharoshthi.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-khmer.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-khmer_symbols.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-khojki.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-khudawadi.ads
-include/xmlada/xmlada_unicode.static-pic/unicode-names-lao.ads
*** 2668 LINES SKIPPED ***