mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
ICU-2134 Various readme updates.
X-SVN-Rev: 9814
This commit is contained in:
parent
5780aed3d3
commit
3325f6a02b
1 changed files with 16 additions and 16 deletions
|
@ -31,7 +31,7 @@
|
|||
<h1>International Components for Unicode<br>
|
||||
ICU 2.2 ReadMe</h1>
|
||||
|
||||
<p>Version: 2002-Aug-15<br>
|
||||
<p>Version: 2002-Aug-28<br>
|
||||
Copyright © 1997-2002 International Business Machines Corporation and
|
||||
others. All Rights Reserved.</p>
|
||||
<!-- Remember that there is a copyright at the end too -->
|
||||
|
@ -225,7 +225,7 @@
|
|||
"http://oss.software.ibm.com/cvs/icu/~checkout~/icuhtml/design/ucd_icu.html">
|
||||
available via direct APIs, and most via UnicodeSet</a>.</p>
|
||||
|
||||
<h3><b>Additional and modified converters</b></h3>
|
||||
<h3>Additional and modified converters</h3>
|
||||
|
||||
<p>New converter implementations are added for:</p>
|
||||
|
||||
|
@ -248,7 +248,7 @@
|
|||
binary order)</li>
|
||||
</ul>
|
||||
|
||||
<h3><b>Flexible data loading</b></h3>
|
||||
<h3>Flexible data loading</h3>
|
||||
|
||||
<p>ICU 2.2 has an extended search path functionality, more flexible data
|
||||
override capabilities, and removes lesser-known heuristics for determining
|
||||
|
@ -282,9 +282,10 @@
|
|||
environment variable or via the u_setDataDirectory() function.<br>
|
||||
ICU does not perform any other heuristics any more.</li>
|
||||
</ul>
|
||||
<b>Note:</b> while some of the old binary data may be still readable by ICU
|
||||
|
||||
<p><strong>Note:</strong> while some of the old binary data may be still readable by ICU
|
||||
2.2 (resource bundles, for example), they need to be repackaged in order to
|
||||
be used.
|
||||
be used.</p>
|
||||
|
||||
<ul>
|
||||
<li>If you have individual binary files, you have to rename them so that
|
||||
|
@ -299,7 +300,7 @@
|
|||
individual files and repackage them.</li>
|
||||
</ul>
|
||||
|
||||
<h3><b>Customizable memory management</b></h3>
|
||||
<h3>Customizable memory management</h3>
|
||||
|
||||
<p>ICU 2.2 libraries do not use the global operators new and delete.
|
||||
Instead, all C++ classes are derived from a common base class UObject which
|
||||
|
@ -413,7 +414,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><i><ICU></i>/source/<b>data</b> </td>
|
||||
<td><i><ICU></i>/source/<b>data</b>/</td>
|
||||
|
||||
<td>
|
||||
This directory contains the source data in text format, which is
|
||||
|
@ -433,11 +434,11 @@
|
|||
bundles. The makefile <b>resfiles.mk</b> contains the list of
|
||||
resource bundle files.</li>
|
||||
|
||||
<li><b>mappings/</b> Here are the <b>code page converter
|
||||
tables,</b> .ucm files containing mappings to and from Unicode.
|
||||
<li><b>mappings/</b> Here are the code page converter
|
||||
tables. These .ucm files contain mappings to and from Unicode.
|
||||
These are compiled into .cnv files. <b>convrtrs.txt</b> is the
|
||||
alias mapping table from various converter name formats to ICU
|
||||
internal format and vice versa. It produces cnvalias.dat. The
|
||||
internal format and vice versa. It produces cnvalias.icu. The
|
||||
makefiles <b>ucmfiles.mk, ucmcore.mk,</b> and <b>ucmebcdic.mk</b>
|
||||
contain the list of converters to be built.</li>
|
||||
|
||||
|
@ -460,7 +461,7 @@
|
|||
<li><b>out/</b> This directory contains the assembled memory mapped
|
||||
files.</li>
|
||||
|
||||
<li><b>out/build</b> This directory contains intermediate
|
||||
<li><b>out/build/</b> This directory contains intermediate
|
||||
(compiled) files, such as .cnv, .res, etc.</li>
|
||||
</ul>
|
||||
</td>
|
||||
|
@ -496,7 +497,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><i><ICU></i>/source/<b>tools</b> </td>
|
||||
<td><i><ICU></i>/source/<b>tools</b>/</td>
|
||||
|
||||
<td>Tools for generating the data files. Data files are generated by
|
||||
invoking <i><ICU></i>/source/data/build/makedata.bat on Win32 or
|
||||
|
@ -504,13 +505,13 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><i><ICU></i>/source/<b>samples</b> </td>
|
||||
<td><i><ICU></i>/source/<b>samples</b>/</td>
|
||||
|
||||
<td>Various sample programs that use ICU</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><i><ICU></i>/source/<b>extra</b> </td>
|
||||
<td><i><ICU></i>/source/<b>extra</b>/</td>
|
||||
|
||||
<td>Non-supported API additions. Currently, it contains the 'ustdio'
|
||||
file i/o library</td>
|
||||
|
@ -1183,8 +1184,7 @@ ADDENVVAR ENVVAR(OUTPUTDIR) VALUE('<i>libraryname</i>')</samp>
|
|||
*pgm and *srvpgm objects.<br>
|
||||
<br>
|
||||
</li>
|
||||
<!--li>Add QCXXN, to your build process library list. This results in
|
||||
the resolution of CRTCPPMOD used by the icc compiler</li-->
|
||||
<!--li>Add QCXXN, to your build process library list. This results in the resolution of CRTCPPMOD used by the icc compiler</li-->
|
||||
|
||||
<li>
|
||||
In order to get the tests to run correctly, the QUTCOFFSET needs to
|
||||
|
|
Loading…
Add table
Reference in a new issue