I'm using poEdit at work and I'm having trouble with the encoding in po-files.
I have poEdit (version 1.8.8) and a MacBook Pro (version 10.11.4). I'm trying to translate from english to swedish and there are old translations there. But the encoding is wrong so I cannot see the 'ä', 'å' and 'ö' characters.
UPDATED VERSION:
I use github desktop and when I am syncing them files, github desktop likes to write some code in my files. AND I am 100% sure that github desktop does it because the .po-files worked fine before syncing, and there is from no were else I could get this code from.
this is what github desktop writes in my files:
blabla
<<<<<<< HEAD
"POT-Creation-Date: 2016-07-23 00:13+0000\n"
"PO-Revision-Date: 2016-08-03 17:23+0300\n"
=======
"POT-Creation-Date: 2016-08-11 18:37+0000\n"
"PO-Revision-Date: 2016-08-11 18:37+0000\n"
>>>>>>> origin/master
blabla
Sooo, the <<<<<<< HEAD, ======= and >>>>>>> origin/master?!?!?!?!?!??!?! Why github desktop? And why wont poEdit work with it?
I removed it and everything works fine.
OLD VERSION:
When I open the .po-file with other applications like 'Sublime text 3' or 'textEditor' the encoding is correct (which is UTF-8) and 'ä', 'å' and 'ö' is visible. But if I open the same file with poEdit the encoding will be ISO-8859-1 and this is the output for 'ä','å,'ö':
'ä' => 'ä',
'å' => 'Ã¥',
'ö' => 'ö'.
I have tried changing the encoding in 'Catalog -> Properties -> Charset' but it does not change anything.
My question is: How can I open .po-files with poEdit so the encoding is UTF-8.