Ticket #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
comment:2 Changed 2 years ago by dmik
- Status changed from new to closed
- Resolution set to fixed
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.