[Haskell-cafe] ghci can't load file whose name contains non-ASCII chars?

2012-03-28 Thread Johannes Waldmann
I must be making some obvious mistake here, but I'm not seeing it. The file name contains O-umlaut, and the OS handles it fine, but ghci does not like it (although it accepts umlauts in the contents of the file (UTF-8) e.g., as a module name) $ cat fÖÖbar.hs main = print $ product [1..100] $

Re: [Haskell-cafe] ghci can't load file whose name contains non-ASCII chars?

2012-03-28 Thread Ivan Lazar Miljenovic
On 28 March 2012 18:44, Johannes Waldmann waldm...@imn.htwk-leipzig.de wrote: I must be making some obvious mistake here, but I'm not seeing it. The file name contains O-umlaut, and the OS handles it fine, but ghci does not like it (although it accepts umlauts in the contents of the file

Re: [Haskell-cafe] ghci can't load file whose name contains non-ASCII chars?

2012-03-28 Thread Aleksey Khudyakov
On Wed, Mar 28, 2012 at 11:49 AM, Ivan Lazar Miljenovic ivan.miljeno...@gmail.com wrote: On 28 March 2012 18:44, Johannes Waldmann waldm...@imn.htwk-leipzig.de wrote: I must be making some obvious mistake here, but I'm not seeing it. The file name contains O-umlaut, and the OS handles it