Comment 10 for bug 678808

Revision history for this message
Pablo d'Angelo (pablo.dangelo) wrote :

Logged In: YES
user_id=30308
Originator: NO

Very strange. I assume that all that worked in SVN 2929 or earlier?

On my german windows machine, I can use umlauts without problems.
What codepage do you use under windows, so that I can try that on my machine?

You can try different wxWidgets conversion settings by changing

#ifdef __WXMSW__
#define HUGIN_CONV_FILENAME (*wxConvCurrent)

to
#define HUGIN_CONV_FILENAME (wxConvLocal)

and see if it makes any difference?

ciao
  Pablo