ICU-743 Updated the ICU_DATA examples

X-SVN-Rev: 3369
This commit is contained in:
George Rhoten 2001-01-03 02:45:24 +00:00
parent 12be88768c
commit 937fa66aa6

View file

@ -842,10 +842,10 @@
<li>Set the environment variable <strong>ICU_DATA</strong> to the full
pathname of the data directory. The trailing "\" is required after the
directory name (e.g. "$Root\data\" will work, but the value
"$Root\data" is not acceptable). This environment variable indicates
where the locale data files and conversion mapping tables are
located.</li>
directory name (e.g. "$Root\source\data\" will work, but the value
"$Root\source\data" is not acceptable). This environment variable
indicates where the locale data files and conversion mapping tables
are located.</li>
<li>Be sure that the ICU binary directory, $Root\bin\[Release|Debug],
is included in the <strong>PATH</strong> environment variable. The
@ -952,9 +952,9 @@
the data directory, to indicate where the locale data files and
conversion mapping tables are. If this variable is not set, the default
user data directory will be used. The trailing "/" is required after
the directory name (e.g. "$Root/data/" will work, but the value
"$Root/data" is not acceptable). The <strong>TZ</strong> environment
variable does not need to be set.</li>
the directory name (e.g. "$Root/source/data/" will work, but the value
"$Root/source/data" is not acceptable). The <strong>TZ</strong>
environment variable does not need to be set.</li>
<li>Change directory to the "icu/source".</li>