Skip to content
Snippets Groups Projects
  1. Jul 23, 2018
  2. Jul 07, 2018
    • Jungshik Shin's avatar
      Update ICU to 62.1 + local patches · a9a2bd3e
      Jungshik Shin authored
      What's new in ICU 62.1:
        - Unicode 11 (new scripts, Emoji update, Text Boundary/Line break updates)
        - CLDR 33.1 (locale data; http://cldr.unicode.org/index/downloads/cldr-33-1 )
        - More Numberformatter improvements and its support in MsgFormat
        - See http://site.icu-project.org/download/62 for more details.
      
      The update steps are recorded in
        https://chromium.googlesource.com/chromium/deps/icu/+log/172d331..c28591b
      
      The list of local changes are:
      
        Cherry-pick Greek lowercasing fix
        Fix a DecimalFormat maxSignificantDigits issue.
      
      * Rebuild the data files: size eduction of ~ 45 KiB
      
         6386176 => 6340576 android
         4929248 => 4883232 cast
        10264208 => 10218000 common
         6372480 => 6326896 ios
      
      * Update README.chromium and remove a reference to
        icudt.dll for Windows because it's not used any more.
      
      * Drop patches that became unnecessary.
      
      * Apply the remaining patches
         Isvalidenum.patch, locid_map.patch,
         double_conversion.patch
      
      * Apply data-build related patches
        {wpo,vscomp,data.build,data.build.win,data_symb}.patch
      
      * Apply BreakIterator related patches + locale1 patch
      
      * Apply Google's patch for locale data
        - region display names
        - likely subtags
        - Arabic locale: default number system => Latn
        - AM/PM markers for Hindi and a few Indic locales
      
      * Check in ICU 62.1 to the tree (62staging branch) by
        running scripts/update.sh.
        Build files are updated by the script.
      
      TBR=drott@chromium.org
      Bug: 850334
      Test: None
      Change-Id: I7327363c90b9bccda20c1be8f4a65399f36c4e99
      Reviewed-on: https://chromium-review.googlesource.com/1128503
      
      
      Reviewed-by: default avatarJungshik Shin <jshin@chromium.org>
      a9a2bd3e
  3. Jun 09, 2018
  4. May 08, 2018
  5. Apr 25, 2018
  6. Apr 12, 2018
  7. Apr 11, 2018
  8. Feb 05, 2018
  9. Jan 29, 2018
  10. Jan 16, 2018
  11. Jan 14, 2018
  12. Jan 11, 2018
  13. Jan 09, 2018
  14. Dec 14, 2017
  15. Dec 13, 2017
  16. Dec 12, 2017
  17. Dec 08, 2017
    • Jungshik Shin's avatar
      Fix trim_data.sh to delete empty currency blocks · e3b480d3
      Jungshik Shin authored
      After data trimming, data/curr/en_GB.txt has empty "Currencies" block.
      This prevents a locale fallback chain from being triggered for currency
      symbols (en-GB => en-001 => en), leading all the currency symbols in en-GB
      to be the last resort value (ISO 3-letter currency code). To avoid that,
      trim_data.sh is revised to drop empty "Currencies" block entirely ('Missing'
      triggers a fallback chain, but 'empty' goes straight to the last resort.)
      
      Additional currency data fixes:
      
      1. Serbian: RON and ROL display names are swapped. RON is the current
      currency and should be included with a shorter display name.
      
      2. Add a few more en-* locale variants to the locale list for currency.
      
      Moreover, make_data_all.sh is updated to work wherever the Chromium
      source tree is.
      
      Finally, update the list of resources to remove from cast's ICU data
      and rebuild it with ICU 60.  Added entries to cast-removed-resources.txt
      are data for locale-variants that are not useful in Cast.
      
      Bug: 791318
      Test: See the bug
      Change-Id: Ib09ee36e3447557636d60d8aeabc7ca047718236
      Reviewed-on: https://chromium-review.googlesource.com/810099
      
      
      Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
      e3b480d3
  18. Dec 07, 2017
  19. Nov 20, 2017
    • Mina Almasry's avatar
      Intergrate Cast Audio icudtl.dat generation into chromium process. · 741688eb
      Mina Almasry authored
      Our Cast Audio devices use a stripped down version of the android
      icudtl.dat. Essentially the patch_locale.sh has been modified to keep in
      things provided by Java, as cast doesn't have Java and needs there
      resources.
      
      On the other hand, a bunch of resources have been stripped from the
      icudtl.dat to reduce its size because we are very constrained on that.
      
      We have been using this icudtl.dat process for a long time now, and it's
      throughly validated. However, we used to generate this in our internal
      repo, which meant that we have to manually update it whenever chromium
      updates their icudtl.dat.
      
      This CL aims to intergrate the generation of the icudtl.dat in chromium,
      so we no longer have to manually update in our internal repo.
      
      Bug: internal b/28053340
      Test: On cast audio device
      
      Change-Id: I881eb2ddf046fdd16fd7efbfb0d56877abfaf947
      Reviewed-on: https://chromium-review.googlesource.com/773591
      
      
      Reviewed-by: default avatarJungshik Shin <jshin@chromium.org>
      741688eb
  20. Nov 09, 2017
  21. Nov 07, 2017
  22. Nov 03, 2017
  23. Oct 11, 2017
  24. Oct 10, 2017
  25. Aug 14, 2017
  26. Aug 03, 2017
  27. Jul 27, 2017
  28. Jul 19, 2017
  29. Jul 18, 2017
    • Jungshik Shin's avatar
      Add es, en and ar variants · 1fec0c83
      Jungshik Shin authored
      The following locale variants are added to the ICU. Only source/data/locales
      are added and other locale categories are left alone.
      
      - es-* variants
      - en-SG and en-HK
      - Arabic variants whose NumberElements are different from ar.
      
      Data file size changes:
      
      - desktop:
         10192200 - 10178576 = 13624  (adding es variants)
         10197040 - 10192200 =  4840  (adding ar variants)
      - Android: 6635632 - 6616864 = 18768
      - iOS: 6623888 - 6605152 = 18736
      
      
      Bug:chromium:732762
      Test:See the bug report and comment 13
      TBR=littledan@chromium.org
      Change-Id: I3e87be3413e22aa49f24f81b0e25bd6e4187c0d4
      Reviewed-on: https://chromium-review.googlesource.com/576113
      
      
      Reviewed-by: default avatarJungshik Shin <jshin@chromium.org>
      1fec0c83
  30. Jul 17, 2017
  31. Jun 02, 2017
  32. Jun 01, 2017
  33. May 31, 2017
  34. May 18, 2017
  35. May 16, 2017
  36. May 15, 2017
Loading