1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<fpdoc-descriptions>
<package name="rtl">
<module name="unicodeducet">
<short>Root Unicode collation (DUCET)</short>
<descr>
<p>The <file>unicodeducet</file> unit registers the root Unicode collation (DUCET).
This collation is needed by all other collations, so any collation unit will include this file.
</p>
<p>
This unit does not contain any routines. It simply registers the collation in the initialization
section of the unit, so including the unit in the uses clause of the program is sufficient.
</p>
</descr>
<seealso>
<link id="#rtl.unicodedata"/>
<link id="#rtl.fpwidestring"/>
</seealso>
</module> <!-- unicodeducet -->
</package>
</fpdoc-descriptions>
|