| Summary: | Massive issues with filenames not in UTF-8 | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | office |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | hadichokr, kdedev, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
office
2025-08-26 08:04:19 UTC
What you are doing is not supported, sorry (In reply to Nicolas Fella from comment #1) > What you are doing is not supported, sorry Could we support it? Or is there some technical limitation? (In reply to Hadi Chokr from comment #2) > (In reply to Nicolas Fella from comment #1) > > What you are doing is not supported, sorry > > Could we support it? Or is there some technical limitation? From my point of view it should be possible with limited amount of effort. But I am no developer, this massively exceeds my skills. When writing programs in FreePascal (this is what I actually do), I run filenames through a little function that does a translation. Nothing else should be necessary (so I _guess_) to do in the file browser. Translate filenamed into UTF-8 (IIRC there are existing libraries for that) when reading a directory, and translate back to the locale encoding before writing/creating a file/directory. So I think/guess/assume there is for sure a point where a similar functionality can be hooked in in KDE, too. |