Opened 14 years ago
Closed 14 years ago
#56 closed defect (fixed)
File-Open-Dialog: Problems with "Umlaute"
Reported by: | Batchheizer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | RC |
Component: | general | Version: | 1.6.0-b19 Beta 2 |
Severity: | Keywords: | ||
Cc: |
Description
I could not access a Folder with "Umlaute" in foldername (Example "Aufsätze") via File-Open-Dialog.
(tried this with PDFSAM: http://heanet.dl.sourceforge.net/project/pdfsam/pdfsam/2.2.1/pdfsam-2.2.1-out.zip)
Change History (2)
comment:1 by , 14 years ago
Milestone: | → GA |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Turned out to be a pure Odin bug. It didn't convert the file names from the ANSI to the OEM codepage (and back) before passing them down to OS/2 in a whole bunch of Win32 APIs, not only this particular case (GetFileAttributesEx()). So it actually didn't work for other national characters in file names (like Cyrillic).
Fixed in Odin, r 21569.
Note:
See TracTickets
for help on using tickets.
Confirmed.