[phobos] [D-Programming-Language/phobos] c131da: Fix issue 12455 [reg]Bad lowercase mapping for 'LA...
GitHub via phobos
phobos at puremagic.com
Sat Jul 5 14:27:45 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: c131da58341b5af00feedd3dc535f2915cbdae0e
https://github.com/D-Programming-Language/phobos/commit/c131da58341b5af00feedd3dc535f2915cbdae0e
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-07-05 (Sat, 05 Jul 2014)
Changed paths:
M std/internal/unicode_tables.d
M std/string.d
M std/uni.d
Log Message:
-----------
Fix issue 12455 [reg]Bad lowercase mapping for 'LATIN CAPITAL LETTER I WITH DOT ABOVE'
Also as part of a fix restores a test case in string.d
to exactly match older behaviour.
Some extended greek is not upper but title case, yet changes on toUpper.
Commit: ced559888f8d244c13bcd93ef5c8412ce92ece82
https://github.com/D-Programming-Language/phobos/commit/ced559888f8d244c13bcd93ef5c8412ce92ece82
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-05 (Sat, 05 Jul 2014)
Changed paths:
M std/internal/unicode_tables.d
M std/string.d
M std/uni.d
Log Message:
-----------
Merge pull request #2304 from DmitryOlshansky/issue-12455
[REG]Fix issue 12455 Bad lowercase mapping for 'LATIN CAPITAL LETTER I W...
Compare: https://github.com/D-Programming-Language/phobos/compare/d97dc15d827b...ced559888f8d
More information about the phobos
mailing list