mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 21:15:35 +00:00
ICU-21982 ICU-21981 Fix and add correct links to documentation
See #2065
This commit is contained in:
parent
4747484273
commit
c76593de5c
4 changed files with 8 additions and 8 deletions
|
@ -477,7 +477,7 @@ steps:
|
|||
"source\\allinone\\allinone.sln".
|
||||
* Build the Debug/Release + x86/x64 configurations (all 4 configurations).
|
||||
* Make sure the generated data file (ex: "icu4c\\bin\\icudt64.dll") is not
|
||||
stub data, it should be ~26MB.
|
||||
stub data, it should be ~26MB. [Instructions on getting the full data](../../../userguide/icu4c/faq#why-am-i-seeing-a-small--only-a-few-k--instead-of-a-large--several-megabytes--data-shared-library-icudt)
|
||||
* Open the "all" Solution file located under "source\\samples\\all\\all.sln".
|
||||
* Build both x86 and x64 using the "Batch Build" option. This is located under
|
||||
the menu Build > Batch Build.
|
||||
|
|
|
@ -129,7 +129,7 @@ Unicode.
|
|||
date.
|
||||
|
||||
5. ICU's default build includes about 200 conversion tables. See the [ICU
|
||||
Data](../icudata.md) chapter for how to add or remove conversion tables
|
||||
Data](../icu_data/index.md) chapter for how to add or remove conversion tables
|
||||
and other data.
|
||||
|
||||
6. In ICU, you can (and should) also use APIs that map a charset name
|
||||
|
|
|
@ -30,13 +30,13 @@ In addition, ICU4C installs several scripts and makefile fragments that help
|
|||
build other code using ICU.
|
||||
|
||||
For C++, note that there are [Recommended Build
|
||||
Options](icu4c/build#recommended-build-options)
|
||||
Options](../icu4c/build#recommended-build-options)
|
||||
(both for normal use and for ICU as system-level libraries) which are not
|
||||
default simply for compatibility with older ICU-using code.
|
||||
|
||||
Starting with ICU 49, the ICU4C Readme has a short section about
|
||||
[User-Configurable
|
||||
Settings](icu4c/build#user-configurable-settings).
|
||||
Settings](../icu4c/build#user-configurable-settings).
|
||||
|
||||
## C++ Makefiles
|
||||
|
||||
|
|
|
@ -145,12 +145,12 @@ There are many ways in which ICU data may be reduced. If only certain locales or
|
|||
converters will be used, others may be removed. Additionally, data may be
|
||||
packaged as individual files or interchangeable archives (.dat files), allowing
|
||||
data to be installed and removed without rebuilding ICU. For details, see the
|
||||
[ICU Data](../icudata.md) chapter.
|
||||
[ICU Data](../icu_data/index.md) chapter.
|
||||
|
||||
## ICU Versions
|
||||
|
||||
(This section assumes the reader is familiar with [ICU version numbers](../design#version-numbers-in-icu) as
|
||||
covered in the [Design](../design.md) chapter, and filename conventions for
|
||||
(This section assumes the reader is familiar with [ICU version numbers](../icu/design#version-numbers-in-icu) as
|
||||
covered in the [Design](../icu/design.md) chapter, and filename conventions for
|
||||
libraries as described above.)
|
||||
|
||||
### POSIX Library Names
|
||||
|
@ -237,5 +237,5 @@ DLLs will be copied with names such as 'icuuc55.dll'.
|
|||
The services which are now known as ICU were written to provide operating
|
||||
system-level and application environment-level services. Several operating
|
||||
systems include ICU as a standard or optional package.
|
||||
See [ICU Binary Compatibility](../design#icu-binary-compatibility) for
|
||||
See [ICU Binary Compatibility](../dev/codingguidelines#binary-data-formats) for
|
||||
more details.
|
||||
|
|
Loading…
Add table
Reference in a new issue