From: Richard L. <rl...@wi...> - 2006-02-13 19:58:13
|
I'm perfectly okay with ignoring the warnings, but is there any reason we couldn't just convert the files? I'd rather not do it myself (because I don't want to break something for the translators), but have the respective translators do it when they next submit an update. WARNING: ./po/my_MM.po is not in UTF-8 but iso-8859-1, converting... WARNING: ./po/tr.po is not in UTF-8 but ISO-8859-9, converting... WARNING: ./po/nb.po is not in UTF-8 but ISO-8859-1, converting... WARNING: ./po/en_GB.po is not in UTF-8 but iso-8859-1, converting... WARNING: ./po/it.po is not in UTF-8 but iso-8859-1, converting... WARNING: ./po/pl.po is not in UTF-8 but ISO-8859-2, converting... Richard -------- Forwarded Message -------- > From: Rodney Dawes <do...@no...> > To: Richard Laager <rl...@wi...> > Cc: int...@li... > Subject: Re: [Intltool] UTF-8 Conversion Warnings > Date: Mon, 13 Feb 2006 14:32:51 -0500 > > On Mon, 2006-02-13 at 13:14 -0600, Richard Laager wrote: > > On Mon, 2006-02-13 at 13:56 -0500, Rodney Dawes wrote: > > > On Mon, 2006-02-13 at 11:37 -0600, Richard Laager wrote: > > > > Gaim recently switched to using intltool. When we build, we get the > > > > following warnings. The charset is marked in the .po file, and intltool > > > > doesn't seem to report any problems doing the conversion, so why is it > > > > necessary to warn? > > > > > > Becuase your po file says it is UTF-8 but contains characters from other > > > character sets. This means you should fix the po files to actually be in > > > UTF-8 rather than just saying they are, but without converting them. > > > > It doesn't say it's UTF-8. Here's an example of one that's being warned > > about: > > > "Content-Type: text/plain; charset=ISO-8859-2\n" > > > It clearly says ISO-8859-2 and that's what intltool detects it as, given > > the warning is: > > WARNING: ./po/pl.po is not in UTF-8 but ISO-8859-2, converting... > > > > Am I missing something? > > Ah, sorry. OK. So, it's warning because it's not in UTF-8. And po files > should be in UTF-8. Just convert them to UTF-8 or ignore the warning. > The warning is to tell people that they should convert and join the new > millenium. :) > > -- dobey > > |