Bug 479736 - add support for MacRoman encoding
Summary: add support for MacRoman encoding
Status: RESOLVED NOT A BUG
Alias: None
Product: kate
Classification: Applications
Component: encoding (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-13 13:56 UTC by Fab Stz
Modified: 2024-01-20 19:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fab Stz 2024-01-13 13:56:29 UTC
SUMMARY
In Kate it is not possible to choose MacRoman encoding

I was able to transcode my file from it to utf-8 with:

`iconv -f macintosh -t UTF-8 < input.txt > output.txt`


STEPS TO REPRODUCE
1. Open text file in kate
2. In the bottom line, change encoding

OBSERVED RESULT
There is no option to select MacRoman encoding

EXPECTED RESULT
Possibility to switch to MacRoman Encoding

SOFTWARE/OS VERSIONS
Kate 22.12.3
Linux/KDE Plasma: Debian Bookworm (12)
(available in About System)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION
Comment 1 Christoph Cullmann 2024-01-20 19:48:53 UTC
We support all encodings that Qt provides via ICU.

If that is missing there, one needs to report that upstream.