From: Araki K. <j00...@ip...> - 2001-12-07 05:01:21
|
Hi, Subject: Re: [Mlterm-dev-en] cut&paste problem From: Tomohiro KUBOTA <tk...@ri...> Message-ID: <200...@si...> Date: Fri, 07 Dec 2001 09:43:32 +0900 > I think converting Big5 into CNS11643 is a bad idea because it is > not popular in Taiwan. I see. This problem has been listed in my personal todo since a long time ago , but I couldn't decide how to deal with ESC % / sequence in a generic ISO2022 parser. > Could you tell me where is the CTEXT composer and parser of mlterm? > Since RTL is a heavy work, I will research this problem until you > finish RTL. mkf/lib/mkf_iso2022_parser.[ch] is the core ISO2022 parser. you can see dummy codes for ESC % / sequence after if( *iso2022_parser->parser.str == NON_ISO2022_CS) { .... I have an idea about this problem , so I'll also challenge it later :) -- kiken j00...@ip... |