Re: compilemessages invalid multibyte sequence error

2009-10-13 Thread celopes
That was it. Eclipse was treating the file with the default encoding (in my case MacRoman). As soon as I changed the file properties to UTF-8 compilemessages worked fine (though I did have to fix every single encoded character in the file). Thanks for your help. CE On Oct 13, 11:45 am, Bill Fr

Re: compilemessages invalid multibyte sequence error

2009-10-13 Thread Bill Freeman
This may be a matter of using the correct encoding in the file. Be sure that the editor that you are using is treating the file as UTF-8. (I presume from the headers that the compile step is treating the file as UTF-8, but the editor may not look at that header, and may, for example, be using lati

compilemessages invalid multibyte sequence error

2009-10-12 Thread celopes
I have a django.po file containing: # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bu