Hi,

I've isolated the problem to the following test case:

    BEGIN {
        s = ""
        l = 2
        while ( length(s) < l )
            s = s " "
    }

The above causes an infinite loop with a UTF-8 locale
(LC_CTYPE=en_US.UTF-8).

Thanks,

Matej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to