#3608: Character Š wrong in index and status on Mac OS X ---------------------+------------------------------------------------------ Reporter: kolcon | Owner: me Type: defect | Status: closed Priority: minor | Milestone: 1.6 Component: mutt | Version: 1.5.21 Resolution: fixed | Keywords: ---------------------+------------------------------------------------------
Comment(by tamo): (I don't want a bikeshed-discussion but I just feel itchy with its name.) > use new function iswsp() Not so new. POSIX has isblank(). Your iswsp() is confusing because its name is similar to iswspace() but its interface and behavior are similar to (or the same as) isblank()'s. IMHO it should be renamed to ascii_isblank(), _isblank(), or anything other than iswsp(). -- Ticket URL: <http://dev.mutt.org/trac/ticket/3608#comment:14> Mutt <http://www.mutt.org/> The Mutt mail user agent