2009/3/29 J. Wesley Cleveland
> There are many places where isalpha is called with a signed character
> parameter in scid. This will not work correctly for character values > 127
> which includes many european characters that are not in the english
> character set as they are promoted to ints giv
There are many places where isalpha is called with a signed character
parameter in scid. This will not work correctly for character values > 127
which includes many european characters that are not in the english
character set as they are promoted to ints giving values like 0xffe0.
There may al