Peter Edberg
cd12cebb87
ICU-21879 Fix UserGuide link to info in Korean transliteration
2022-09-22 13:54:40 -07:00
Markus Scherer
99dee47fb7
ICU-21959 add the uemoji feature to ICU Data Build Tool chapter
2022-09-12 08:57:06 -07:00
floratmin
1dfe456fe8
ICU-21983 Fix fraction precision skeleton
...
See #2058
2022-09-08 20:17:48 -07:00
Fredrik Roubert
030fa1a479
ICU-21148 Consistently use standard lowercase true/false everywhere.
...
This is the normal standard way in C, C++ as well as Java and there's no
longer any reason for ICU to be different. The various internal macros
providing custom boolean constants can all be deleted and code as well
as documentation can be updated to use lowercase true/false everywhere.
2022-09-07 20:56:33 +02:00
Robert Bastian
783b4f7b6a
ICU-22061 rename
2022-06-29 13:16:26 -07:00
Fredrik Roubert
74a723f22f
ICU-21959 Fix the URL to the icu-le-hb repository.
...
https://sourceforge.net/p/icu/mailman/message/37657918/
2022-05-24 20:55:00 +02:00
Craig Cornelius
cb6b778e1b
ICU-21959 Online demos how to update
...
See #2069
2022-04-29 09:36:51 -07:00
Shane F. Carr
d16df5843e
ICU-21956 Merge remote-tracking branch 'upstream/maint/maint-71' into ICU-21956-merge
2022-04-13 11:39:20 -07:00
Julien Brianceau
a2c90781f1
ICU-21967 Remove obsolete references in makedata.vcxproj and makedata_uwp.vcxproj
...
These references should have been removed in ICU-20489 and ICU-21420.
Take the opportunity to update the doc as well.
2022-03-31 11:23:29 -07:00
Jeff Genovy
861e55c246
ICU-21972 Use a shared props file for the ICU Major Version number in the Windows Visual Studio project files.
2022-03-30 20:55:36 -07:00
Julien Brianceau
8230b85175
ICU-21814 Fix small typos in docs/userguide
2022-03-24 15:33:48 +00:00
Craig Cornelius
bf6b3236a3
ICU-21900 Fix ICU4C sample dtitvfmtsample segfault and update healthy code doc
2022-02-25 15:28:03 -08:00
Shane F. Carr
fc3ca702e9
ICU-21814 Fix broken links in icu_data/index.md
...
See #1921
2022-02-22 15:41:20 -07:00
Xiao Tianci
66c8326280
ICU-21849 Fix Broken Link from general Transforms
2022-02-16 11:01:12 -08:00
Elango Cheran
8ac010d9d3
ICU-21776 Update BRS API docs task instructions
2021-10-26 17:20:17 -07:00
Markus Scherer
75ac80bd68
ICU-21580 change site.icu-project.org to icu.unicode.org etc
2021-10-21 15:54:42 -07:00
Jeff Genovy
d9043765b0
ICU-21777 Move Windows "ICU4C Platform Support" notes to "Building ICU4C" User Guide page.
2021-09-30 16:23:35 -07:00
gnrunge
4af7d969df
ICU-21751 Improves failure reporting of the run-with-stubdata CI target and
...
also updates the instuctions how to reproduce a failur case.
ICU-21751 Review comments worked in.
2021-09-23 10:00:37 -07:00
Erik Torres
da5fc8e730
ICU-21581 BRSRC 70.1 Version update and regenerate configure for v70.1
...
In this PR, I am updating the version number from 70.0.1 for the BRS task.
Previously, we had frontloaded part of this, so the diff in this PR are not as numerous.
It has also been decided that we should differentiate frontloaded tasks and RC tasks by having the version numbers being:
Frontload version number: XX.X.X (70.0.1 -> Major.minor.patch)
RC/GA version number: XX.X (70.1 -> Major.minor)
I've added some documentation for this, for future releases :)
2021-09-23 09:54:12 -07:00
Andy Heninger
e5502fe862
ICU-21662 Userguide on Adoption and UErrorCode
...
Update the userguide sections on object adoption and UErrorCode,
expanding on how the two interact.
2021-09-22 11:10:23 -07:00
Rob Meyer
b405c1c8db
ICU-21581 Fix calendar list in userguide
2021-09-22 12:39:33 -05:00
Shane F. Carr
b2c1dffb70
ICU-21545 Add plumbing for running icuexportdata in BRS
...
See #1857
- Renames tool from icuwriteuprops
- Adds more command-line flags
2021-09-21 17:40:27 -05:00
Jacky_Yin
29443b8be7
ICU-21752 fix wrong link of howtouseicu
2021-09-15 10:43:15 -07:00
Markus Scherer
f9beb616a8
ICU-21652 add emoji properties of strings
...
- 7 new properties: API constants & property names
- u_stringHasBinaryProperty(s, property) & UCharacter.hasBinaryProperty(s, property)
- two additional source data files
- new genprops part for writing new binary data file uemoji.icu
- data for existing emoji properties moved from uprops.icu (hardcoded in C++) to uemoji.icu (always loaded)
- new EmojiProps implementation
2021-09-08 12:15:50 -07:00
Jacky_Yin
881f8021ad
ICU-21741 remove redundant html tag: </pre>
...
See #1838
2021-09-08 10:41:32 -07:00
Jeff Genovy
6d850be783
ICU-21710 Remove BOYER_MOORE dead code from usearch.cpp
2021-08-25 19:48:17 -07:00
Shane F. Carr
8cd025bb9c
ICU-21590 Add skeleton syntax for integer-width-trunc
2021-08-25 12:51:51 -05:00
Markus Scherer
a36f06eaae
ICU-21655 widen Java character APIs from char to int arguments
2021-08-24 17:39:59 +00:00
Fredrik Roubert
f6325d49ba
ICU-20973 Update the Coding Guidelines with bool equality operators.
2021-08-17 00:35:00 +02:00
DungSaga
60b8ff608e
ICU-21688 escape angle bracket in non-HTML content
...
`<name>` should be escaped with backslash to prevent it from being rendered as a HTML tag
2021-07-28 12:05:56 -07:00
Markus Scherer
d4c92ebcfc
ICU-21635 Unicode 14 beta
2021-06-21 22:26:15 +00:00
Hugo van der Merwe
03927878f8
ICU-21404 Migrate various documents from Google Sites pages to Markdown.
...
Includes:
- https://sites.google.com/site/icusite/processes/release/tasks/ *
- https://sites.google.com/site/icusite/processes/uni-up
Some links fixed, copyright notices added, filenames improved, Sidebar
navigation links to the new pages, but needs some further
improvements. Updated /trac/ticket/ links, and /trac/changeset/ links
where I could find the corresponding git commit. Also tweaked
userguide/dev/editing.md to clarify 'root directory'. Apply branch
rename: s/master/main/.
2021-06-11 09:48:19 +02:00
Erik Torres
3f043c7693
ICU-21555 Fix typos from G to L
...
See #1737
2021-06-07 16:09:09 -07:00
Erik Torres
cfefa03539
ICU-21555 fix typos for D, E and F found in the repo
...
See #1714
2021-05-10 11:09:05 -07:00
Mingye Wang
d74233f973
ICU-21577 doc/le: update harfbuzz link; + icu-le-hb link
...
The fd.o harfbuzz link currently goes to the github repo, which is a bit less documentation-ish than the github.io page.
Add link to icu-le-hb.
2021-05-05 11:09:42 -07:00
Elango Cheran
72de651291
ICU-21565 Remove Gemfile.lock from config files in repo for docs
2021-04-05 10:08:30 -07:00
Elango Cheran
75c58211c0
ICU-21310 replacement User Guide main index page
...
...and nav_order and link fixes from Elango. See #1680
2021-04-01 17:24:44 -07:00
Elango Cheran
35fe8534f2
ICU-21310 Consolidate ICU4C and ICU4J Readmes via the User Guide
2021-03-24 19:03:53 -07:00
Hugo van der Merwe
0ad4614a04
ICU-21508 Rename 'master' to 'main' in docs, maven files, scripts, etc
...
See #1664
2021-03-24 18:56:50 +01:00
Hugo van der Merwe
18b23fb372
ICU-21313 UserGuide: use absolute GitHub links for links outside docs/
...
See #1625
2021-03-09 00:29:23 +01:00
abarberenaCPDS
f397c0af3d
ICU-21416 Update icu4c-readme.md
...
Syntax error, it should be:
git clone https://github.com/unicode-org/icu.git
2021-03-08 13:57:36 -08:00
Patrick Reader
00c106179f
ICU-21416 Fix markdown formatting in userguide/strings
2021-03-08 13:56:20 -08:00
Shane F. Carr
b79c299f90
ICU-20886 Implement trailingZeroDisplay
...
See #1583
2021-03-04 08:19:59 -07:00
Shane F. Carr
e8dfea9bb6
ICU-21493 Add more rounding modes in ICU4C
...
See #1575
2021-02-27 11:25:08 -07:00
Shane F. Carr
d7db6c1f86
ICU-20019 Implement withSignificantDigits option
...
See #1598
2021-02-27 02:01:21 -07:00
Shane F. Carr
e85938bd2c
ICU-21203 ICU-21198 ICU-21479 Improve docs discoverability for NumberFormatter
...
See #1559
2021-02-25 14:16:25 -07:00
Shane F. Carr
1aa0dad8e0
ICU-21484 Add SignDisplay NEGATIVE
2021-02-25 03:10:27 +01:00
Andy Heninger
fe9734a4f3
ICU-21346 Update user guide section on initialization.
...
This change is narrowly focused on the initialization and cleanup / termination
of ICU. The whole user-guide section (file) needs to be reviewed for out-of-date
information, but not as part of this change.
2021-02-24 15:15:31 -08:00
Markus Scherer
790dfcf0b7
ICU-21050 add detail for when need to ifndef C++ boilerplate
2021-02-08 15:27:03 -08:00
Markus Scherer
9d4beab200
ICU-13435 more RTL languages
2021-02-01 16:43:24 -08:00