$ msgfmt -o /dev/null -c pl.po pl.po: warning: Charset "" is not a portable encoding name. Message conversion to user's charset might not work. pl.po:"Content-Type: text/plain; charset=\n" that charset= should say UTF-8 or utf-8 (not sure of the case) all other .po files do and a polish user said: 17:01 <+xarthisius> yup 17:01 <+xarthisius> that fixed my accents
Created attachment 3176 add missing charset and encoding fields
Fixed in master: commit 8e5a993f8f4e3d10ed219b8de3a7ebcd64f9cfb7 Author: Jannis Pohlmann <jannis@xfce.org> Date: Sat Nov 6 16:54:50 2010 +0100 Fix empty charset in Polish translation file (bug #6783).