An attempt to support Czech language

Pavel Krivanek squeak1 at continentalbrno.cz
Wed Jan 19 19:24:06 UTC 2005


huh, if I preconvert all by squeakToIso message, the result seems to be
prepared for next conversions using CP1250TextConverter. 

Pavel

-----Original Message-----
From: squeak-dev-bounces at lists.squeakfoundation.org
[mailto:squeak-dev-bounces at lists.squeakfoundation.org] On Behalf Of Pavel
Krivanek
Sent: Wednesday, January 19, 2005 8:16 PM
To: 'The general-purpose Squeak developers list'
Subject: RE: An attempt to support Czech language

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