Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Side by Side Diff: README.chromium

Issue 1864463002: Add Emoji properties (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | patches/emoji_props.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: icu 1 Name: icu
2 URL: http://site.icu-project.org/ 2 URL: http://site.icu-project.org/
3 Version: 56.1 3 Version: 56.1
4 License: MIT 4 License: MIT
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Description: 7 Description:
8 This directory contains the source code of ICU 56.1 for C/C++. 8 This directory contains the source code of ICU 56.1 for C/C++.
9 9
10 A. How to update ICU 10 A. How to update ICU
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 - upstream bug (fixed in trunk. Will be in ICU 57 release) 301 - upstream bug (fixed in trunk. Will be in ICU 57 release)
302 http://bugs.icu-project.org/trac/ticket/12408 302 http://bugs.icu-project.org/trac/ticket/12408
303 303
304 12. Cherry pick locale data fixes from the upstream and Android 304 12. Cherry pick locale data fixes from the upstream and Android
305 - patches/locale_extra.patch 305 - patches/locale_extra.patch
306 - upstream bugs 306 - upstream bugs
307 http://unicode.org/cldr/trac/ticket/9045 (en-AU date format) 307 http://unicode.org/cldr/trac/ticket/9045 (en-AU date format)
308 http://unicode.org/cldr/trac/ticket/7969 (percent sign in ar and fa) 308 http://unicode.org/cldr/trac/ticket/7969 (percent sign in ar and fa)
309 - Android patch for the 2nd bug 309 - Android patch for the 2nd bug
310 https://android.googlesource.com/platform/external/icu/+/56b2b8b 310 https://android.googlesource.com/platform/external/icu/+/56b2b8b
311
312 13. Add Emoji properties support by cherry-picking from 57.1
313 - patches/emoji_props.patch
314 - Upstream change cherry-picked
315 http://bugs.icu-project.org/trac/changeset/38183
316 - source/data/in/{pnames,uprops}.icu were copied from the upstream,
317 but they're just for the record. Their contents are hard-coded
318 in the source files patched by the above patch.
OLDNEW
« no previous file with comments | « no previous file | patches/emoji_props.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698