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

--- Comment #6 from Eike Rathke <[email protected]> ---
No, never use isalpha(), islower(), toupper() or similar standard C/C++ library
functions if you want to operate on exactly ASCII characters, because these
functions may be localized and thus yield unexpected results.

Instead, use rtl::isAsciiAlpha() and rtl::toAsciiUpperCase()

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to