[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Jul 14 23:55:03 UTC 2010


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2010-July/003536.html

Name: Multilingual-nice.123
Ancestors: Multilingual-ul.122

1) simplify a case of at:ifAbsentPut: pattern in SparseXTable
2) provide a simple mapping of unicode upper/lower case characters as described at http://unicode.org/reports/tr21/tr21-5.html
		
Note 1: Unicode class now provides two utilities to transform case of a String rather than of a Character. This is for enabling future enhancements like handling special casings when case folding does change the number of characters.

Note 2: there is no automatic initialization performed yet. You'll have to execute this before using above utilities:
Unicode initializeCaseMappings.

This is only an unoptimized, first attempt proposal. Comments and changes are of course welcome.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-July/003537.html

Name: Multilingual-nice.124
Ancestors: Multilingual-nice.123

Oups... use latest public Unicode version rather than a specific one.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-July/003538.html

Name: Multilingual-nice.125
Ancestors: Multilingual-nice.124

Patch the new Unicode case conversion utilities.

=============================================



More information about the Squeak-dev mailing list