1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<?xml version="1.0" encoding="UTF-8"?>
<fpdoc-descriptions>
<package name="lcl">
<!--
====================================================================
LCLUnicodeData
====================================================================
--> <module name="LCLUnicodeData">
<short>Container for Unicode, Inc copyrighted data.</short>
<descr>See http://unicode.org/copyright.html for details.</descr>
<!-- record type Visibility: default --> <element name="TUnicodeBlock">
<short/>
<descr/>
<seealso/>
</element>
<!-- variable Visibility: default --> <element name="TUnicodeBlock.S">
<short/>
<descr/>
<seealso/>
</element>
<!-- variable Visibility: default --> <element name="TUnicodeBlock.E">
<short/>
<descr/>
<seealso/>
</element>
<!-- variable Visibility: default --> <element name="TUnicodeBlock.PG">
<short/>
<descr/>
<seealso/>
</element>
<!-- constant Visibility: default --> <element name="MaxUnicodeBlocks">
<short/>
<descr/>
<seealso/>
</element>
<!-- constant Visibility: default --> <element name="UnicodeBlocks">
<short>This is an adapted version for ide/charactermapdlg.pas.
See the comments in the source.
Original data:
http://www.unicode.org/Public/UNIDATA/Blocks.txt</short>
<descr/>
<seealso/>
</element>
</module>
<!-- LCLUnicodeData --> </package>
</fpdoc-descriptions>
|