3.10 - Mac OS X Leopard - accent chars and keyboard input

Randal L. Schwartz merlyn at stonehenge.com
Thu Feb 7 16:31:09 UTC 2008


>>>>> "danil" == danil osipchuk <danil.osipchuk at gmail.com> writes:

danil> The problem is that it is hard to make a solution in this area for
danil> somebody who is using another language. So, if you find a native
danil> speaking person who can understand current implementation of i17n in
danil> squeak - it should not take a lot of time to come to conclusion if
danil> there are missing features or bugs on a VM side or not.

i17n?

  localhost.local:~ % perl -lne 'print if /^i.{17}n$/' /usr/share/dict/words
  impossibilification
  intellectualization
  interstratification

or did you mean i18n:

  localhost.local:~ % perl -lne 'print if /^i.{18}n$/' /usr/share/dict/words
  institutionalization
  intercrystallization
  interdifferentiation
  internationalization

Of which the last one is probably your intention.

Although I kinda like intellectualization. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!



More information about the Squeak-dev mailing list