multilingual A-macron howto ?

nicolas cellier ncellier at ifrance.com
Sat Apr 28 00:28:16 UTC 2007


Hello list,

I wonder how a A-macron (Character value: 256) or a-macron (Character 
value: 257) would display in Squeak.

I have no extended latin font loaded in the image, but it seems to me 
that those characters would be interpreted as EndOfRun or CrossedX when 
i read the code in 
(Multi)CharacterScanner>>scanMultiCharactersFrom:to:in:rightX:stopConditions:kern:

(encoding = 0 and: [ascii < stopConditions size and: [(stopConditions 
at: ascii + 1) ~~ nil]]) ifTrue: [^ stops at: ascii + 1].

Am i wrong or is this a known problem?

Nicolas




More information about the Squeak-dev mailing list