An attempt to support Czech language

Pavel Krivanek squeak1 at continentalbrno.cz
Wed Jan 19 19:16:09 UTC 2005


It's interesting that the keyboard and clipboard input on Windows doesn't
correspond to any encoding (iso-8859-2, cp1250). Does the Windows VM convert
this inputs internally (e.g. to MacRoman encoding)? I can correct a few
important letters but not whole table...

Pavel 

-----Original Message-----
From: squeak-dev-bounces at lists.squeakfoundation.org
[mailto:squeak-dev-bounces at lists.squeakfoundation.org] On Behalf Of Yoshiki
Ohshima
Sent: Wednesday, January 19, 2005 7:50 PM
To: The general-purpose Squeak developers list
Subject: Re: An attempt to support Czech language

  Thanks!

  By the way, I made a false start... Change EncodedCharSet
class>>initialize so that the first entry of the EncodedCharSets array
is Latin1, not Latin1Environment.  It should read:

	EncodedCharSets at: 0+1 put: Latin1.

-- Yoshiki





More information about the Squeak-dev mailing list