Accepting request 642586 from home:namtrac:branches:X11:common:Factory

- Update to new upstream release 63.1
  * CLDR 34
    + Segmentation rules and emoji sort order adjusted for
      Unicode 11
    + Somali and Javanese data now up to moderate level
      (document content)
    + Tongan, Konkani, Maori, Dzongkha, Tatar, Kurdish (ku),
      and Xhosa data now up to basic level
    + Many data additions and corrections in many other
      languages
    + The following languages have been added to ICU: Sindhi,
      Maori, Turkmen, Javanese, Interlingua, Kurdish (ku), Xhosa
  * New currency: Venezuela's Bolívar Soberano (VES)
  * New Japanese calendar era from 2019: CLDR and ICU include
    data for testing that can be enabled.
    (ICU #12973, CLDR #10750)
  * To enable CLDR new Japanese era placeholder name, set
     environment variable (and Java system property for ICU4J)
     ICU_ENABLE_TENTATIVE_ERA=true. 
  * New API for number and currency range formatting
    (class NumberRangeFormatter, #11276)
  * Support for additional Unicode properties:
    Indic_Positional_Category & Indic_Syllabic_Category (#8966)
    and Vertical_Orientation (#12850)
  * New API for code point maps and tries, mapping Unicode
    code points (U+0000..U+10FFFF) to integer values. (#13530)
  * Java classes CodePointMap, CodePointTrie, MutableCodePointTrie
  * C types UCPMap, UCPTrie, UMutableCPTrie
  * New API for getting a UnicodeSet per binary property and a code
    point map per enumerated/int-value property. (#20086)

OBS-URL: https://build.opensuse.org/request/show/642586
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=96
This commit is contained in:
2018-10-17 12:30:32 +00:00
committed by Git OBS Bridge
parent 7c06f078d1
commit 6975b4cad1
8 changed files with 61 additions and 18 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Oct 17 09:39:24 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
- Update to new upstream release 63.1
* CLDR 34
+ Segmentation rules and emoji sort order adjusted for
Unicode 11
+ Somali and Javanese data now up to moderate level
(document content)
+ Tongan, Konkani, Maori, Dzongkha, Tatar, Kurdish (ku),
and Xhosa data now up to basic level
+ Many data additions and corrections in many other
languages
+ The following languages have been added to ICU: Sindhi,
Maori, Turkmen, Javanese, Interlingua, Kurdish (ku), Xhosa
* New currency: Venezuela's Bolívar Soberano (VES)
* New Japanese calendar era from 2019: CLDR and ICU include
data for testing that can be enabled.
(ICU #12973, CLDR #10750)
* To enable CLDR new Japanese era placeholder name, set
environment variable (and Java system property for ICU4J)
ICU_ENABLE_TENTATIVE_ERA=true.
* New API for number and currency range formatting
(class NumberRangeFormatter, #11276)
* Support for additional Unicode properties:
Indic_Positional_Category & Indic_Syllabic_Category (#8966)
and Vertical_Orientation (#12850)
* New API for code point maps and tries, mapping Unicode
code points (U+0000..U+10FFFF) to integer values. (#13530)
* Java classes CodePointMap, CodePointTrie, MutableCodePointTrie
* C types UCPMap, UCPTrie, UMutableCPTrie
* New API for getting a UnicodeSet per binary property and a code
point map per enumerated/int-value property. (#20086)
* Full conformance with UAX #14 Line Breaking
(required BreakIterator feature work). (#7270)
* C++ Locale class
+ Additional functions forLanguageTag()/toLanguageTag(),
and functions that are easier and safer to use by using
StringPiece and ByteSink rather than raw buffers. (#13417)
+ Move semantics. (#13645)
* Various Out-Of-Memory (OOM) issues have been fixed.
- Refresh icu-versioning.diff
-------------------------------------------------------------------
Sun Jul 29 09:20:28 UTC 2018 - jengelh@inai.de