27f654740f2a26ad62a5c155af9199af9e69b889 |
|
09-Jun-2011 |
claireho <chinglanho@gmail.com> |
ICU4.6 upgrade. ICU4.6 syncs to Unicode6.0 and CLDR1.9. Change-Id: I695558055cc139b42b71da9138f61d19bcbd9758
/external/icu4c/stubdata/icu_dat_generator.py
|
d0618c504db1041032554428096f30634424cbc5 |
|
03-Nov-2010 |
Elliott Hughes <enh@google.com> |
Stop lying about whether we support "fil". We do. Bug: 3157134 Change-Id: I662bb0ca003a1864ffb2d08216f112bd696589a3
/external/icu4c/stubdata/icu_dat_generator.py
|
c0805323bdbc5adadb3fd7f37e90be90e488a6b6 |
|
01-Nov-2010 |
Elliott Hughes <enh@google.com> |
Extend -default to include "it" and "pl", so we can retire -us-euro. I've also modified icu_dat_generator.py to list the languages included in each subset. (But not the locales, because that list is too long to be convenient, plus we now warn if you don't have all the locales for a given language, so it's just the languages that are interesting anyway.) We need to keep -us as long as voles is supported, so -default still isn't the default (and -us still exists), sadly. Bug: 3139942 Change-Id: If92879fa95b6a10288612b5b4350f22985472919
/external/icu4c/stubdata/icu_dat_generator.py
|
d6d862c800093f00f23f8e75169ddd9a183bafa9 |
|
29-Oct-2010 |
Elliott Hughes <enh@google.com> |
Add the missing files to icudt44l-default.txt and regenerate. We had only partial locale data for most of the es and fr locales. Fixing that adds a mere 6KiB to the size of the .dat file. Bug: 3139942 Change-Id: I8ffed5f2383942efb2b150e0ff1b80be007c6644
/external/icu4c/stubdata/icu_dat_generator.py
|
7173c2a35d19fbdcad4e894b17842fdc2b6dfa81 |
|
29-Oct-2010 |
Elliott Hughes <enh@google.com> |
More icu_dat_generator.py improvements. Find the input files and work out the ICU version for ourselves, rather than having a hard-coded list for the former and requiring the user to supply the latter. Also fix most lint warnings. Bug: 3139942 Change-Id: Ibbf2d6b74765fb9019dea524d40275643fd08d6a
/external/icu4c/stubdata/icu_dat_generator.py
|
89f309f809ddaba6a3ba4a31a8ee74cfa5e85be3 |
|
29-Oct-2010 |
Elliott Hughes <enh@google.com> |
Better checking for missing data. This patch warns about files that aren't .res files (which we reference in our .txt files but don't actually compile into the .dat files), and warns about locales for which we have some but not all of the locale data, which is probably a mistake. (It might make more sense if the .txt file just said which locales we want and the script went out and collected all the locale data.) This outputs a *lot* of warnings, but I'll address those separately. The generated files are unchanged. I've also removed support for RBNF data, since we don't use it anywhere and so it would probably be a wasteful mistake to reintroduce the data. Bug: 3139942 Change-Id: Iac2619d1c8d2cc10bc9b87ecc317acb86e410877
/external/icu4c/stubdata/icu_dat_generator.py
|
8e16d66330c8eb0fe46592ffc8a4f5a76be35e1f |
|
28-Jun-2010 |
claireho <chinglanho@gmail.com> |
41 languages support. 1. Added locales to cover 41 languages.(http://go/fourty) 2. Renamed icudt44l-large.* to icudt44l-medium.* for small memory devices. Change-Id: I28b2182c4991adb11448cde037a3a0b9cc0b2542
/external/icu4c/stubdata/icu_dat_generator.py
|
ea1f1813c8b13a850b13f256aeb5152bb0942e81 |
|
20-May-2010 |
claireho <chinglanho@gmail.com> |
ICU4.4.1 deployment. Change-Id: Ib7c184454768b48d86d01f45f0a384d1ec1fbc06
|
e8aab5e9f14e1c3a670fbea64057a2a5f5c35245 |
|
26-Apr-2010 |
Elliott Hughes <enh@google.com> |
Warn about missing brkitr/coll/rbnf data corresponding to an included locale. This makes it easier to check that we haven't accidentally forgotten to include something. (At the moment, it warns that -large is missing the el and th break iterator data, which we knew.) I've also added an explicit error message for the case where you haven't set up your environment, and made sure we exit with a failure status code on failure. Bug: 2587066 Change-Id: Id1064b7d03f51909a3a7fc1fc28ce5c14003c678
/external/icu4c/stubdata/icu_dat_generator.py
|
c70b03865a4768168991fb24d2bb5891b43a23d4 |
|
06-Feb-2010 |
Elliott Hughes <enh@google.com> |
Remove unused RBNF data. I've left support for RBNF data in "icu_data_generator.py" for now. I made a couple of changes to the script: I made it slightly more clear what -h and -v do, and I changed the -v output so that it doesn't look like we accidentally run the same genrb command four times in a row (we actually do, but it's in a different directory each time). This looked like a bug to a naive user (me) running the script for the first time. Everything still builds and boots. Not sure what other tests to do to prove there isn't a rhinoceros in the room.
/external/icu4c/stubdata/icu_dat_generator.py
|
cfab1ead933c2a0a0f6097dd467fc2e02737aab0 |
|
23-Jan-2010 |
Claire Ho <chinglanho@gmail.com> |
Removed dummy resources from res_index.res. Bug: 2388047 Reviewed-by: enh CC: Signed-off-by:
/external/icu4c/stubdata/icu_dat_generator.py
|
f1db93bd1a2f7a4ea94b4470529d210f8c41ea5b |
|
19-Dec-2009 |
Claire Ho <chinglanho@gmail.com> |
Simplify the build process for ICU data files. 1. Created icu_dat_generator.py to generate all dat files. 2. Added the missing coll/es_ES.res for several icudt42l*.dat. 3. Removed the dependencies on 377 indivisual ICU resources by adding icudt42l-all.dat which includes all ICU resources.
/external/icu4c/stubdata/icu_dat_generator.py
|