Mercurial > geeqie
log
age | author | description |
---|---|---|
Fri, 06 Mar 2009 15:04:35 +0000 | zas_ | Add debug versions of path_to_utf8() and path_from_utf8() which allows to report the caller file and line, this is enabled with --enable-debug-flags (and developer mode too). |
Fri, 06 Mar 2009 14:53:32 +0000 | zas_ | Fix utf8/locale conversion warning: the path passed to isdir() is not in UTF8 (if local fs is not in UFT8) so do not use it (isdir() uses stat_utf8() which calls path_from_utf8()). |