Bug with Char.isAlpha

2006-05-31 Thread Michael Nagel
Hi! I am using the precompiled windows version of ghc-6.4.2 and for some reason Prelude Char.isAlpha '§' returns true. Hugs however, is of the opinion that the paragraph sign is not an alphabetic character and so am I. I did not find any rationale for this behavior (as no system I know of

Re: Bug with Char.isAlpha

2006-05-31 Thread Simon Marlow
Michael Nagel wrote: I am using the precompiled windows version of ghc-6.4.2 and for some reason Prelude Char.isAlpha '§' returns true. Hugs however, is of the opinion that the paragraph sign is not an alphabetic character and so am I. I did not find any rationale for this behavior (as no

Re[2]: Bug with Char.isAlpha

2006-05-31 Thread Bulat Ziganshin
Hello Simon, Wednesday, May 31, 2006, 5:57:26 PM, you wrote: This looks like some kind of input problem: I get the same results as you when using a Windows command shell, but not when using an xterm or Prelude '§' '\245' but '\245' is not the § character, it is the õ character. So the