Convert filename encodings when opening files.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 23 Mar 2009 07:39:06 +0000 (16:39 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 23 Mar 2009 07:39:06 +0000 (16:39 +0900)
commit5dd7174d3acde86cfd7e929dabcafe71894a2a3f
tree83686c318f862c7b6d59a18c272e2e291ac7fc9b
parent299e0bad13a78f0ede0ce6aad5f6b66bbb1deffd
Convert filename encodings when opening files.

On w32, filenames have to be converted from utf8 to
the libc encoding before passing to the lexer.
src/ui/gui/helper.c
src/ui/gui/helper.h
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-syntax-window.c
src/ui/gui/psppire-window.c