[EMAIL PROTECTED] writes | | > the gnu awk folks are doing a pretty good job, given their constraints. | > | > i have not read the sed code (for a while, anyway), but i could imagine | > that it may have the same character set problems as newer versions of gnu grep. | > gnu grep calls mbtowc for each input character, even when not required. | > | > have you tried your test with LC_LANG=C? | | I have seen GNU awk produce different matches with LC_ALL=UTF-8 than | with LC_ALL=C when input was plain ASCII (only digits!)
can you give an example script and example input that exhibits this?
