[Hugin-devs] [Bug 687301] Re: Single quote in path of loaded image causes control point detection to fail

2010-12-08 Thread Yuv
Hi Thomas, thanks for the info. I simply copy & pasted from the Hugin FAQ. I am not sure if it is up to date, and I anyway believe that with the new Makefilelib things have improved. That said, I don't think in the reported case it has to do with Makefilelib since it is the CP detection that fa

[Hugin-devs] [Bug 687301] Re: Single quote in path of loaded image causes control point detection to fail

2010-12-08 Thread tmodes
Hi Yuv, hugin checks the character of filename for some time and warns the user if it contains invalid characters. But I'm not sure if all invalid characters are in the list. (see src\hugin1\base_wx\platform.cpp, function const wxString getInvalidCharacters(), but these are platform depended, e.g

[Hugin-devs] [Bug 687301] Re: Single quote in path of loaded image causes control point detection to fail

2010-12-08 Thread Yuv
http://wiki.panotools.org/Hugin_FAQ#Special_Characters_in_Paths -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/687301 Title: Single quote in path of loaded image causes control point detection to

[Hugin-devs] [Bug 687301] Re: Single quote in path of loaded image causes control point detection to fail

2010-12-08 Thread Yuv
Special Characters in Paths =; : $ "% # ' ( ) ` & * + ^ ~ < ? > and the space character. Hugin currently does not do plausibility checks on the paths and file names that are given to it.