Hi Guillermo,

On 15 Mar 2012, at 16:25, Guillermo Polito wrote:

> Of course with a nice comment saying something like:
> 
> "Initialize the mappings from unicode lower to upper case and vice versa.  
> sourceCodes and destinyCodes contains the unicode values for the mappings, 
> and they match one by one.  
> The source of this mapping can be found at: 
> http://www.unicode.org/Public/UNIDATA/CaseFolding.txt' "

Have a look at what I did with 
http://code.google.com/p/pharo/issues/detail?id=4187

The spec tables are constants, like in your latest example, but I added a 
method that can generate these from an internet accessible resource (using Zn 
as HTTP client). That way, there is some kind of dependency, but not really at 
run time. I think it is cool to literally use these public spec documents.

Sven

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to