Bug 359991 - Windows files with non ASCII-characters (umlauts) cannot be opened
Summary: Windows files with non ASCII-characters (umlauts) cannot be opened
Status: RESOLVED DUPLICATE of bug 204768
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-02 12:32 UTC by Max Schettler
Modified: 2018-04-20 11:48 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Schettler 2016-03-02 12:32:26 UTC
Dolphin appears not to be able to open files that are created on Windows and contain umlauts (e.g. ä, ö, ü). The files will be displayed with a question mark symbol in the filename, but opening them creates an error message that the folder/file does not exist.

Reproducible: Always

Steps to Reproduce:
1. Create a file with an umlaut:
touch test-file-$'\374'
2. Open dolphin, navigate to the directory containing the test-file
3. Open the file

Actual Results:  
Error message:
"Unable to run the command specified. The file or folder /path/test-file-� does not exist."

Expected Results:  
Dolphin opens the file.
Comment 1 Julian Steinmann 2018-04-19 16:30:58 UTC
Confirmed with Dolphin 17.12.3, but this could also be a KIO bug as Dolphin itself does not really deal with the opening of the file.
Comment 2 Patrick Silva 2018-04-20 11:48:48 UTC

*** This bug has been marked as a duplicate of bug 204768 ***