| OLD | NEW |
| 1 Name: icu | 1 Name: icu |
| 2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
| 3 Version: 54.1 | 3 Version: 54.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 54.1 for C/C++. | 8 This directory contains the source code of ICU 54.1 for C/C++. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 - uconv.patch | 94 - uconv.patch |
| 95 a. ISO-2022-JP-[1-4] is dropped. | 95 a. ISO-2022-JP-[1-4] is dropped. |
| 96 b. SCSU, BOCU, ISCII, UTF-7, LMB, ibm42*, ISO-2022-{KR,CN*} and HZ-GB : | 96 b. SCSU, BOCU, ISCII, UTF-7, LMB, ibm42*, ISO-2022-{KR,CN*} and HZ-GB : |
| 97 converters and detectors are dropped leading to the ~100kB reduction | 97 converters and detectors are dropped leading to the ~100kB reduction |
| 98 in the code size. | 98 in the code size. |
| 99 | 99 |
| 100 - Upstream bugs | 100 - Upstream bugs |
| 101 http://www.icu-project.org/trac/ticket/11296 (uconv.patch) | 101 http://www.icu-project.org/trac/ticket/11296 (uconv.patch) |
| 102 http://www.icu-project.org/trac/ticket/10303 (html5 encoding tables) | 102 http://www.icu-project.org/trac/ticket/10303 (html5 encoding tables) |
| 103 | 103 |
| 104 uconv.patch was landed in the upstream and is in 55 RC with the build | 104 uconv.patch is from upstream commit 37045 and is in ICU 55 RC. |
| 105 config changed to UCONFIG_ONLY_HTML_CONVERSION. | |
| 106 | 105 |
| 107 | 106 |
| 108 5. Locale changes | 107 5. Locale changes |
| 109 | 108 |
| 110 - patches/locale_google.patch : Google's internal ICU locale changes | 109 - patches/locale_google.patch : Google's internal ICU locale changes |
| 111 | 110 |
| 112 - patches/locale1.patch : | 111 - patches/locale1.patch : |
| 113 a. Exemplar character set changes for zh*, ja + 9 Indian locales | 112 a. Exemplar character set changes for zh*, ja + 9 Indian locales |
| 114 b. Minor fixes for Korean and Turkish | 113 b. Minor fixes for Korean and Turkish |
| 115 | 114 |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 - upstream bug | 294 - upstream bug |
| 296 http://bugs.icu-project.org/trac/ticket/11696 | 295 http://bugs.icu-project.org/trac/ticket/11696 |
| 297 | 296 |
| 298 17. Cherry-pick an upstream patch to add a separate field for ref-counting in | 297 17. Cherry-pick an upstream patch to add a separate field for ref-counting in |
| 299 the converter data. | 298 the converter data. |
| 300 - patches/ucnv_refcount.patch | 299 - patches/ucnv_refcount.patch |
| 301 - upstream change: | 300 - upstream change: |
| 302 http://bugs.icu-project.org/trac/ticket/11601 | 301 http://bugs.icu-project.org/trac/ticket/11601 |
| 303 | 302 |
| 304 18. Apply patches/infinite-recursion.patch , corresponds to upstream r36672 | 303 18. Apply patches/infinite-recursion.patch , corresponds to upstream r36672 |
| OLD | NEW |