|
Re: Bug with Char.isAlpha: msg#00125lang.haskell.glasgow.bugs
Michael Nagel wrote: I am using the precompiled windows version of ghc-6.4.2 and for some reason 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 on Unix. The problem is better illustrated like this: Prelude> '§' '\245' but '\245' is not the § character, it is the õ character. So the command shell has done some translation before GHCi even saw the character. On Un*x, or in an xterm on Windows, I get Prelude> '§' '\167' I claim this is not our bug. If anyone knows a workaround or can explain why this happens, please let us know. Cheers, Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Strange behaviour with classes (both Hugs and GHC), Sigbjorn Finne |
|---|---|
| Next by Date: | Re: compiling from source - error, Simon Marlow |
| Previous by Thread: | Bug with Char.isAlpha, Michael Nagel |
| Next by Thread: | Re[2]: Bug with Char.isAlpha, Bulat Ziganshin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |