OLD | NEW |
1 Name: icu | 1 Name: icu |
2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
3 Version: 58.1 | 3 Version: 58.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 58.1 for C/C++. | 8 This directory contains the source code of ICU 58.1 for C/C++. |
9 | 9 |
10 A. How to update ICU | 10 A. How to update ICU |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 | 223 |
224 3. Timezone data update | 224 3. Timezone data update |
225 Run scripts/update_tz.sh to grab the latest version of the | 225 Run scripts/update_tz.sh to grab the latest version of the |
226 following timezone data files and put them in source/data/misc | 226 following timezone data files and put them in source/data/misc |
227 | 227 |
228 metaZones.txt | 228 metaZones.txt |
229 timezoneTypes.txt | 229 timezoneTypes.txt |
230 windowsZones.txt | 230 windowsZones.txt |
231 zoneinfo64.txt | 231 zoneinfo64.txt |
232 | 232 |
233 As of Nov 16, 2016, the latest version is 2016i and the above files | 233 As of Dec 7, 2016, the latest version is 2016j and the above files |
234 are available at | 234 are available at |
235 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2016i/44/ | 235 http://source.icu-project.org/repos/icu/data/trunk/tzdata/icunew/2016j/44/ |
236 | 236 |
237 4. Build-related changes | 237 4. Build-related changes |
238 | 238 |
239 - patches/wpo.patch (only needed when icudata dll is used). | 239 - patches/wpo.patch (only needed when icudata dll is used). |
240 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043 | 240 upstream bugs : http://bugs.icu-project.org/trac/ticket/8043 |
241 http://bugs.icu-project.org/trac/ticket/5701 | 241 http://bugs.icu-project.org/trac/ticket/5701 |
242 - patches/vscomp.patch for building with Visual Studio on Windows: | 242 - patches/vscomp.patch for building with Visual Studio on Windows: |
243 do not use WINDOWS_LOCALE_API in locmap.c | 243 do not use WINDOWS_LOCALE_API in locmap.c |
244 | 244 |
245 - patches/data.build.patch : | 245 - patches/data.build.patch : |
(...skipping 17 matching lines...) Expand all Loading... |
263 upstream bugs: | 263 upstream bugs: |
264 http://www.icu-project.org/trac/ticket/12825 (scriptset) | 264 http://www.icu-project.org/trac/ticket/12825 (scriptset) |
265 http://www.icu-project.org/trac/ticket/12815 (uspoof) | 265 http://www.icu-project.org/trac/ticket/12815 (uspoof) |
266 http://www.icu-project.org/trac/ticket/12822 (without std::string on Win) | 266 http://www.icu-project.org/trac/ticket/12822 (without std::string on Win) |
267 http://www.icu-project.org/trac/ticket/12832 (greek_upper) | 267 http://www.icu-project.org/trac/ticket/12832 (greek_upper) |
268 | 268 |
269 - patches/scriptset.patch | 269 - patches/scriptset.patch |
270 - patches/uspoof.patch | 270 - patches/uspoof.patch |
271 - patches/digilist.patch | 271 - patches/digilist.patch |
272 - patches/greek_upper.patch | 272 - patches/greek_upper.patch |
OLD | NEW |