|
From: Ethan M. <merritt@u.washington.edu> - 2008-01-09 23:22:46
|
On Wednesday 09 January 2008 11:52, Allin Cottrell wrote: > Not the highest priority, but the attached patchette adds=20 > support for CP1254 (MS Turkish codepage). I've actually activated=20 > this only for the EMF terminal, where I think it's likely to be of=20 > most use. I don't think that works. According to the encoding tables on Wikipedia, CP1254 uses the encoding points 8x and 9x (x =3D anything from 0 to F) whereas iso8859-9 leaves these undefined. =20 So far as I can see, CP1254 contains at least half a dozen characters that are not present in iso8859-9 including =C5=A0(S caron) =C5=A1(s caron) =C5=B8(Y dieresis) =C5=92(OE ligature) =C5=93(oe ligature). I think if you want to treat these two encodings jointly,=20 you need to expand the glyph tables in =2E../term/PostScript/8859-9.ps to include the ones used by CP1254. =2D-=20 Ethan A Merritt=20 |