0002655: Directories and files with accents characters cause failures in Windows.

svn: r12105
This commit is contained in:
Brian Matherly
2009-02-24 04:30:47 +00:00
parent 8ca8e2f4bd
commit 2f2a0712a0
8 changed files with 10 additions and 15 deletions

View File

@@ -1128,7 +1128,6 @@ def open_file_with_default_application( file_path ):
return
if os.sys.platform == 'win32':
norm_path = norm_path.encode(os.sys.getfilesystemencoding())
try:
os.startfile(norm_path)
except WindowsError, msg: