Georg Baum wrote:
Am Sonntag, 3. September 2006 12:11 schrieb Abdelrazak Younes:
This patch fixes the isDigit() MSVC warning in ControlSpellchecker.C.
If that is really the correct isDigit() check for unciode
My understanding is that ascii is a subset of ucs4 so it must work as is.
then you simply
could have changed the argument type of the existing function.
I did not touch this on purpose because of the FIXME comment...
So why not changing all the methods in textutils.h instead? Most of our
use are unicode anyway.
Abdel.