I'm afraid the main problem is that you are using characters on 8-bit area (129-256) but GTM gives them pattern match C that means "control character" .
You can test it by giving in programmer mode: F I=191:1:256 W !,I," ",$C(I)," ",$C(I)?1C This should give you lines where you have a code number, character and number 1 if it is a control character, otherwise 0. I have assumed here that your characters start from code number 191. I'm not sure how do you see them in this mail but if you look this mail with a IE browser and change View/Encoding to Greek, you should see Greek characters. 191 ? 0 192 ? 0 193 ? 0 194 ? 0 195 G 0 196 ? 0 ... On Sat, 2 Apr 2005, Doctor Bones wrote: > Thanks, > My last patch is SEQ 121 from march 2, 2004 > > I appreciate the help. > > > Manolis > > P.S. It is so hard to go from zero on this software! > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Hardhats-members mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hardhats-members > --------------------------------------------------------------------- Hellevi Ruonamaa +358-17-162 816 [EMAIL PROTECTED] University of Kuopio, Computing Centre, HIS R&D unit P.O. Box 1627, 70211 Kuopio FINLAND ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
