ICU-2881 Fix one of the tag names

X-SVN-Rev: 12212
This commit is contained in:
George Rhoten 2003-06-01 21:25:43 +00:00
parent 8154919c09
commit b1b6c7e2de

View File

@ -32,7 +32,7 @@
<abbr title="International Components for Unicode">ICU</abbr> 2.6
ReadMe</h1>
<p>Version: 2003-May-22<br>
<p>Version: 2003-Jun-02<br>
Copyright &copy; 1997-2003 International Business Machines Corporation and
others. All Rights Reserved.</p>
<!-- Remember that there is a copyright at the end too -->
@ -1514,7 +1514,7 @@ del common/libicuuc.o
href="http://oss.software.ibm.com/icu/userguide/">User Guide</a> "ICU Data"
chapter.</p>
<h3><a name="#CharStrings" href="#CharStrings">char * strings in ICU</a></h3>
<h3><a name="CharStrings" href="#CharStrings">char * strings in ICU</a></h3>
<p>The C/C++ languages do not provide a portable way to specify Unicode
code point or string literals other than with arrays of numeric constants.