X-Debbugs-Cc: [EMAIL PROTECTED]
Package: perltidy
Version: 20071205-2
Severity: minor

The long line below ends up not being indented.
Shorten it by even one character and it gets indented.

while (<>) {
    s/a/b/;
tr (ㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄖㄗㄘㄙㄚㄛㄜㄝㄧㄨㄩ)
        (i);
    tr{p}{q};
}

OK, I notice the same happens with long lines of ASCII too, but the
above wide characters take only two columns of window space each, not
even reaching column 60.

Maybe perltidy is counting them as three characters each via their
UTF-8 encoding.

Anyway, if a line is long it will wrap anyway usually, and perltidy
shouldn't mess up the indentation in any case, good intentions or not.


Reply via email to