https://bugs.documentfoundation.org/show_bug.cgi?id=99589

--- Comment #5 from Eike Rathke <[email protected]> ---
isupper() and islower() are equally evil. Instead use

inline bool isAsciiLowerCase(sal_uInt32 code)
inline bool isAsciiUpperCase(sal_uInt32 code)

from rtl/character.hxx

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to