mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-743 Updated the ICU_DATA examples
X-SVN-Rev: 3369
This commit is contained in:
parent
12be88768c
commit
937fa66aa6
1 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue