On May 27, 5:48 pm, Vadim Zeitlin <
va...@wxwidgets.org> wrote:
> On Sun, 27 May 2012 08:36:05 -0700 (PDT) ardi wrote:
>
> a> Well, not always: If the path is made of just ASCII characters, it
> a> works. But if the path has any accented char (supported in
> a> ISO-8859-1), it returns a null string. I'm doing this with OSX-Cocoa,
> a> 2.9.3.
> a>
> a> What could be happening? Any ideas? As I said this same conversion
> a> works fine in all parts of my code. It only fails with
> a> wxFileDialog.GetPath().
>
> I think it should be fixed by this patch:
>
>
http://trac.wxwidgets.org/attachment/ticket/13504/normalize.patch
>
> Please test it and leave a note in Trac if it works (or doesn't) for you.