Question: i18n and classnames

Pavel Krivanek squeak1 at continentalbrno.cz
Sun Apr 10 10:19:49 UTC 2005


> a)how did you enter the non-ascii characters



Using native keyboard. Under Linux we have to use



env LC_ALL=cs_CZ squeak -encoding 8859-2 *.image



There are special VM  input plugins for Asian languages.


> b)does it display correctly

Yes, if I use right fonts.



TTCFontReader encodingTag: Latin2Environment leadingChar.

TTCFontSet newTextStyleFromTTFile: 'DejaVuSans.ttf'.

TTCFont allInstances do: [:i | i setupDefaultFallbackFontTo: (TextStyle

named: 'MultiDejaVuSans')].


> c)does it play nicely with hashes - e.g. Dictionaries keyed on the class
> name.

I didn't spot any problems


> d)does Monticello/change sets store it correctly ?

fileIn/Out works well.



-- Pavel




More information about the Squeak-dev mailing list