You are not logged in.
Pages: 1
Hello everyone.
We all finally got over the utf8-change on the system. But there occurs one problem.
I'm using arch/linux for software development in my company. The files should definitely not be saved and written in UTF8, but in ISO-8859-1 format.
I've got the thing now that actually kate can convert this, but i'm bored of changing the encoding all the time over and over again i hopen kate or a file.
Does anyone know a way to tell kate i want a default iso-8859-1 encoding for my files?
Thanks,
STi
Ability is nothing without opportunity.
Offline
If you use only standard ASCII chars in your text then UTF-8 files will be exactly the same as ISO-8859-1. I see that you are from Austria and most probably your text contains non-English chars, if it is not pure code with comments in English. This is just a reminder, just in case.
to live is to die
Offline
You could try: (kate menu bar) Settings -> Configure Kate -> (Editor) Open/Save
(at least in the English version)
Then at the top there is File Format / Encoding.
larch: http://larch.berlios.de
Offline
or perhaps alias kate='LANG=C LC_ALL=C kate" would work. or a shell script or a...
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
Hmh, that mus be because i get old and start being blind.
Thanks gradgrind... works flawlessly.
// STi
Ability is nothing without opportunity.
Offline
Pages: 1