Summary: | Text files created with Kate are not empty, but they should be. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | RaLee <zakiryu> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | minor | CC: | kare.sars, kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 21.04.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RaLee
2021-04-29 21:56:52 UTC
Hmm... This does not sounds like it would be Kate that creates this text file... "(Right-click, Create New, Text File)" sounds like it is Dolphin that creates the file. Trying to create a new empty file in Kate and saving it creating and empty text file of 0 bytes. The file creation in dolphin is actually a feature. The two bytes at the beginning of the file is the UTF8 BOM marker that tells editors and mime systems that this is a UTF8 encoded text file. Yes, I mixed up Dolphin and Kate (I meant Dolphin). Good to know that it is a feature, thanks! |