bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26779: expr length


From: Paul Eggert
Subject: bug#26779: expr length
Date: Wed, 10 May 2017 18:24:34 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

A couple of things. First, since performance doesn't matter here, wouldn't it be simpler to convert to wide character form by using mbstowcs, do the work in wide-character form, and then convert back via wcstombs? The resulting code should be easier to maintain, I'd think.

Also, please stick to GNU style for operator spacing and parenthesization.

Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]