Version: unspecified (using KDE 4.5.0) OS: Linux I had to change a lot of text file encodings lately (everything to utf-8). Problem that kwrite not changing existing encodings on save (to default set in option), instead text remains in original encoding. To save change encoding, i had to create a blank file and copy-paste text there to get utf encoding to file. Reproducible: Always Steps to Reproduce: 1. Set UTF-8 encoding as default in setting (Open/Save menu). 2. Open file with different encoding. 3. Save file. Actual Results: Encoding remains original. Expected Results: Encoding is utf-8 now.
That is not what that setting does. Kate should never reencode any text, its not designed for that, it will just try to use right encoding to open it. If you want to change encoding on save, use the encoding drop down in the save dialog.