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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 | 139 |
140 6. Timezone data update | 140 6. Timezone data update |
141 - Grab the latest version of the following timezone data files and | 141 - Grab the latest version of the following timezone data files and |
142 put them in source/data/misc. | 142 put them in source/data/misc. |
143 | 143 |
144 metaZones.txt | 144 metaZones.txt |
145 timezoneTypes.txt | 145 timezoneTypes.txt |
146 windowsZones.txt | 146 windowsZones.txt |
147 zoneinfo64.txt | 147 zoneinfo64.txt |
148 | 148 |
149 As of January 2015, the latest version is 2014j and the above files | 149 As of January 2015, the latest version is 2015a and the above files |
150 are available at | 150 are available at |
151 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2014j/44/ | 151 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2015a/44/ |
152 | 152 |
153 7. Transliterator customization | 153 7. Transliterator customization |
154 | 154 |
155 - Also add css3transform.txt to source/data/trnslit. | 155 - Also add css3transform.txt to source/data/trnslit. |
156 - Put the following line in trnslocal.mk | 156 - Put the following line in trnslocal.mk |
157 | 157 |
158 TRANSLIT_SOURCE=css3transform.txt | 158 TRANSLIT_SOURCE=css3transform.txt |
159 | 159 |
160 8. Build-related changes | 160 8. Build-related changes |
161 | 161 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727) | 242 http://bugs.icu-project.org/trac/ticket/11369 (r36726:36727) |
243 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801) | 243 http://bugs.icu-project.org/trac/ticket/11371 (r36800:36801) |
244 | 244 |
245 11. Fix a bug in locid (getBaseName is wrong). | 245 11. Fix a bug in locid (getBaseName is wrong). |
246 - patches/locid.patch | 246 - patches/locid.patch |
247 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421 | 247 - upstream bug: http://bugs.icu-project.org/trac/ticket/11421 |
248 | 248 |
249 12. Fix a bug in BiDi | 249 12. Fix a bug in BiDi |
250 - patches/bidi.patch | 250 - patches/bidi.patch |
251 - upstream bug: http://bugs.icu-project.org/trac/ticket/11177 | 251 - upstream bug: http://bugs.icu-project.org/trac/ticket/11177 |
OLD | NEW |