Description: yury revs. wince etc. (active) Revisions in this set 42866bbde5f48187dcea24520d0f2fa98ee2ce8a,2b73b5bf9a867a8d7b6527835bcd0c9cf657aab6,5677ef4bdd585b07b2669cc38e3aa519a528a4d6,26253b9e88b568da27460734798b26555ec58eac,9bc0f62f45d9fb8291d16e760abdd7d60b7199db,715fb8007f1f7788e8fc2dfe28cff63dd90e6261,80bd080293c5e81123da68799d866a28a1dc55e8,4ab485225c97d77ecd8e9bb7d1836d97da0ab461,8c06529ae21c71b8f9251628d1265ec31c2b0ae2,99f3a03386df8edd37c2eba09898d39a23314c94,0c22ee86781c2aae8457bddae8b88fbfc38b6cfb,71887b902b76261ed14f8cdab37723f585c89125 commit 42866bbde5f48187dcea24520d0f2fa98ee2ce8a Author: pierre Date: Wed Aug 5 09:28:54 2020 +0000 Change list of supported OSes git-svn-id: trunk@46243 - M utils/unicode/fpmake.pp --- commit 2b73b5bf9a867a8d7b6527835bcd0c9cf657aab6 Author: nickysn Date: Fri Feb 19 19:24:20 2021 +0000 * fixed the parse-collations script/bat file git-svn-id: trunk@48717 - M utils/unicode/parse-collations.bat M utils/unicode/parse-collations.sh --- commit 5677ef4bdd585b07b2669cc38e3aa519a528a4d6 Author: nickysn Date: Fri Feb 19 19:24:58 2021 +0000 * fixed the file name in the cldrparser help screen git-svn-id: trunk@48718 - M utils/unicode/cldrparser.lpr --- commit 26253b9e88b568da27460734798b26555ec58eac Author: nickysn Date: Fri Feb 19 19:27:55 2021 +0000 * updated readme with URLs of the Unicode 9.0 and CLDR 30 data files (to the best of my knowledge) git-svn-id: trunk@48719 - M utils/unicode/data/readme.txt --- commit 9bc0f62f45d9fb8291d16e760abdd7d60b7199db Author: nickysn Date: Fri Feb 19 19:32:10 2021 +0000 + added tool for parsing GraphemeBreakProperty.txt and converting it to code git-svn-id: trunk@48720 - M .gitattributes A utils/unicode/gbpparser.lpi A utils/unicode/gbpparser.lpr --- commit 715fb8007f1f7788e8fc2dfe28cff63dd90e6261 Author: nickysn Date: Fri Feb 19 20:16:09 2021 +0000 + added the gbpparser tool to fpmake.pp git-svn-id: trunk@48721 - M utils/unicode/fpmake.pp --- commit 80bd080293c5e81123da68799d866a28a1dc55e8 Author: nickysn Date: Fri Feb 19 22:29:12 2021 +0000 + added unit GraphemeBreakProperty, containing the grapheme break property character data from Unicode 9.0 git-svn-id: trunk@48723 - 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 --- commit 4ab485225c97d77ecd8e9bb7d1836d97da0ab461 Author: nickysn Date: Fri Feb 19 23:39:18 2021 +0000 + added modified LGPL license header to the new graphemebreakproperty.pp unit git-svn-id: trunk@48725 - M packages/rtl-unicode/src/inc/graphemebreakproperty.pp --- commit 8c06529ae21c71b8f9251628d1265ec31c2b0ae2 Author: nickysn Date: Sat Feb 20 01:24:46 2021 +0000 + 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 git-svn-id: trunk@48726 - M packages/rtl-unicode/src/inc/graphemebreakproperty.pp --- commit 99f3a03386df8edd37c2eba09898d39a23314c94 Author: nickysn Date: Sun Feb 21 16:23:41 2021 +0000 - excluded embedded,zxspectrum,msxdos,amstradcpc from the targets that compile GraphemeBreakProperty git-svn-id: trunk@48753 - M packages/rtl-unicode/fpmake.pp --- commit 0c22ee86781c2aae8457bddae8b88fbfc38b6cfb Author: nickysn Date: Sun Feb 21 17:21:13 2021 +0000 + added an eawparser tool - tool for parsing the EastAsianWidth.txt unicode property table and converting it to code git-svn-id: trunk@48754 - M .gitattributes A utils/unicode/eawparser.lpi A utils/unicode/eawparser.lpr M utils/unicode/fpmake.pp --- commit 71887b902b76261ed14f8cdab37723f585c89125 Author: nickysn Date: Sun Feb 21 17:43:42 2021 +0000 + added unit EastAsianWidth, which contains the EastAsianWidth unicode data property git-svn-id: trunk@48755 - 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