From: <lsc...@us...> - 2006-10-29 14:56:42
|
Revision: 17618 http://svn.sourceforge.net/gaim/?rev=17618&view=rev Author: lschiere Date: 2006-10-29 06:51:20 -0800 (Sun, 29 Oct 2006) Log Message: ----------- "In 2.0.0b4 (as well as in trunk), my_MM.po claims itself to be encoded in iso-8859-1, but it is in fact encoded in utf-8. This is supported by the following: 1. Burmese is not encoded in iso-8859-1 2. If a suitable font is installed, opening the my_MM.po file as utf-8 actually causes Burmese characters to appear" --acli Modified Paths: -------------- trunk/po/my_MM.po Modified: trunk/po/my_MM.po =================================================================== --- trunk/po/my_MM.po 2006-10-29 07:09:49 UTC (rev 17617) +++ trunk/po/my_MM.po 2006-10-29 14:51:20 UTC (rev 17618) @@ -12,7 +12,7 @@ "Last-Translator: Minn Myat Soe <mmy...@gm...>\n" "Language-Team: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n>1;\n" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |