Description: yury revs. wince etc.

This file as text.
(active) Revisions in this set:
42866bbde5f48187dcea24520d0f2fa98ee2ce8a,2b73b5bf9a867a8d7b6527835bcd0c9cf657aab6,5677ef4bdd585b07b2669cc38e3aa519a528a4d6
26253b9e88b568da27460734798b26555ec58eac,9bc0f62f45d9fb8291d16e760abdd7d60b7199db,715fb8007f1f7788e8fc2dfe28cff63dd90e6261
80bd080293c5e81123da68799d866a28a1dc55e8,4ab485225c97d77ecd8e9bb7d1836d97da0ab461,8c06529ae21c71b8f9251628d1265ec31c2b0ae2
99f3a03386df8edd37c2eba09898d39a23314c94,0c22ee86781c2aae8457bddae8b88fbfc38b6cfb,71887b902b76261ed14f8cdab37723f585c89125

Clicking a revision will expand files
 


Change list of supported OSes
Commit consists out of
  • M utils/unicode/fpmake.pp


* fixed the parse-collations script/bat file
Commit consists out of
  • M utils/unicode/parse-collations.bat
  • M utils/unicode/parse-collations.sh


* fixed the file name in the cldrparser help screen
Commit consists out of
  • M utils/unicode/cldrparser.lpr


* updated readme with URLs of the Unicode 9.0 and CLDR 30 data files (to the best of my knowledge)
Commit consists out of
  • M utils/unicode/data/readme.txt


+ added tool for parsing GraphemeBreakProperty.txt and converting it to code
Commit consists out of
  • M .gitattributes
  • A utils/unicode/gbpparser.lpi
  • A utils/unicode/gbpparser.lpr


+ added the gbpparser tool to fpmake.pp
Commit consists out of
  • M utils/unicode/fpmake.pp


+ added unit GraphemeBreakProperty, containing the grapheme break property character data from Unicode 9.0
Commit consists out of
  • M .gitattributes
  • M packages/rtl-unicode/fpmake.pp
  • A packages/rtl-unicode/src/inc/graphemebreakproperty.pp
  • A packages/rtl-unicode/src/inc/graphemebreakproperty_code.inc


+ added modified LGPL license header to the new graphemebreakproperty.pp unit
Commit consists out of
  • M packages/rtl-unicode/src/inc/graphemebreakproperty.pp


+ added and implemented a TUnicodeStringExtendedGraphemeClustersEnumerator class
in the graphemebreakproperty unit - an enumerator that splits a UTF-16 string
into extended grapheme clusters (i.e. user-perceived characters), conforming
to the Unicode 9.0 algorithm:
https://www.unicode.org/reports/tr29/tr29-29.html
Commit consists out of
  • M packages/rtl-unicode/src/inc/graphemebreakproperty.pp


- excluded embedded,zxspectrum,msxdos,amstradcpc from the targets that compile GraphemeBreakProperty
Commit consists out of
  • M packages/rtl-unicode/fpmake.pp


+ added an eawparser tool - tool for parsing the EastAsianWidth.txt unicode
property table and converting it to code
Commit consists out of
  • M .gitattributes
  • A utils/unicode/eawparser.lpi
  • A utils/unicode/eawparser.lpr
  • M utils/unicode/fpmake.pp


+ added unit EastAsianWidth, which contains the EastAsianWidth unicode data property
Commit consists out of
  • M .gitattributes
  • M packages/rtl-unicode/fpmake.pp
  • A packages/rtl-unicode/src/inc/eastasianwidth.pp
  • A packages/rtl-unicode/src/inc/eastasianwidth_code.inc