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

--- Comment #14 from Gökhan Gurbetoğlu <[email protected]> ---
I have completed the basic replacement of the naughty functions in .cxx files:
tolower -> rtl::toAsciiLowerCase
toupper -> rtl::toAsciiUpperCase
islower -> rtl::isAsciiLowerCase
isupper -> rtl::isAsciiUpperCase

There are also several different similar functions that does similar things on
characters, namely: toLower, ToLower, toUpper, ToUpper, etc. Should we check
for their behavior if they cause similar problems?

In addition, the first set of functions also appear in .c, .py and .java files.
Should we also modify them?

-- 
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