[Po4a-commits] po4a/lib/Locale/Po4a Po.pm,1.25,1.26

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Wed, 18 Aug 2004 00:05:38 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv26909/lib/Locale/Po4a

Modified Files:
	Po.pm 
Log Message:
Enhanced function description (Martin)


Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Po.pm	9 Aug 2004 13:24:30 -0000	1.25
+++ Po.pm	18 Aug 2004 00:05:36 -0000	1.26
@@ -577,9 +577,9 @@
 
 =item to_utf()
 
-This recodes all the msgstrs in the po from the character set specified in the
-header to utf-8. This process is only ignored if the header character set is
-"CHARSET" (unspecified, usually means ascii), "ascii" or "utf-8".
+Recodes to utf-8 the po's msgstrs. Does nothing if the charset is not
+specified in the po file ("CHARSET" value), or if it's already utf-8 or
+ascii.
 
 =cut