Bugs item #3564984, was opened at 2012-09-05 04:34
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3564984&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: None
>Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pavel ()
Assigned to: Nobody/Anonymous (nobody)
Summary: GetShortPathName returns incorrect result for baltic 8.3
Initial Comment:
GetShortPathName() returns incorrect result for 8.3 baltic file names. The returned value still contains baltic symbols although it must not.
For "õ2345678.txt" it returns "õ2345678.txt" (should be "234567~1.TXT)
For "õ23456789.txt" it returns "234567~2.TXT" (correct)
To reproduce the bug please run reproduce.bat from the archive attached. (Baltic file names should be preserved with 7zip I believe.)
Python 2.7.3, Russian Windows 7 32 bit, PyWin32 ver. 217
(Sorry, I could not find how to reopen a bug at SF.)
----------------------------------------------------------------------
>Comment By: Pavel ()
Date: 2012-09-05 13:54
Message:
I didn't know someone could disable short file names. Anyway files on my
computer are accessible via short names.
----------------------------------------------------------------------
Comment By: Roger Upole (rupole)
Date: 2012-09-05 08:32
Message:
I get the expected result for both files. If you have short file names
disabled, it's possible to have files that do not have an 8.3 name.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3564984&group_id=78018
|