Re: [Scid-users] isalpha bug in scid

2009-03-28 Thread Pascal Georges
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

[Scid-users] isalpha bug in scid

2009-03-28 Thread 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 giving values like 0xffe0. There may al