| OLD | NEW |
| 1 Name: ICU | 1 Name: icu |
| 2 URL: http://site.icu-project.org/ | 2 URL: http://site.icu-project.org/ |
| 3 Version: 4.6 |
| 3 | 4 |
| 5 Description: |
| 4 This directory contains the source code of ICU 4.6 for C/C++ | 6 This directory contains the source code of ICU 4.6 for C/C++ |
| 5 | 7 |
| 6 1. It was obtained with the following: | 8 1. It was obtained with the following: |
| 7 | 9 |
| 8 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-4-6 icu46 | 10 $ svn export --native-eol LF http://source.icu-project.org/repos/icu/icu/tag
s/release-4-6 icu46 |
| 9 | 11 |
| 10 2. The following directories were removed because they're not used by Chromium | 12 2. The following directories were removed because they're not used by Chromium |
| 11 at the moment: | 13 at the moment: |
| 12 as_is | 14 as_is |
| 13 packaging | 15 packaging |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 - cros/icudt46l_dat.S : Built on Linux with | 130 - cros/icudt46l_dat.S : Built on Linux with |
| 129 abriged locale source files in cros/data put | 131 abriged locale source files in cros/data put |
| 130 in source/data. Those abridged locales files are | 132 in source/data. Those abridged locales files are |
| 131 for locales ChromeOS is not localized to. | 133 for locales ChromeOS is not localized to. |
| 132 | 134 |
| 133 11. The header files were moved as shown below: | 135 11. The header files were moved as shown below: |
| 134 | 136 |
| 135 source/common/unicode ==> public/common/unicode | 137 source/common/unicode ==> public/common/unicode |
| 136 source/i18n/unicode ==> public/i18n/unicode | 138 source/i18n/unicode ==> public/i18n/unicode |
| 137 | 139 |
| OLD | NEW |