[Po4a-commits] "po4a/lib/Locale/Po4a BibTeX.pm, 1.5, 1.6 Chooser.pm, 1.41, 1.42 Common.pm, 1.20, 1.21 Debconf.pm, 1.4, 1.5 Dia.pm, 1.18, 1.19 Docbook.pm, 1.34, 1.35 Guide.pm, 1.16, 1.17 Halibut.pm, 1.1, 1.2 Html.pm, 1.14, 1.15 Ini.pm, 1.2, 1.3 KernelHelp.pm, 1.13, 1.14 LaTeX.pm, 1.20, 1.21 Man.pm, 1.208, 1.209 NewsDebian.pm, 1.4, 1.5 Po.pm, 1.95, 1.96 Pod.pm, 1.24, 1.25 Sgml.pm, 1.131, 1.132 TeX.pm, 1.101, 1.102 Texinfo.pm, 1.13, 1.14 Text.pm, 1.28, 1.29 TransTractor.pm, 1.116, 1.117 Wml.pm, 1.17, 1.18 Xhtml.pm, 1.17, 1.18 Xml.pm, 1.108, 1.109"
Nicolas FRANÃOIS
nekral-guest at alioth.debian.org
Sun Dec 27 01:16:07 UTC 2009
- Previous message: [Po4a-commits] "po4a changelog, 1.528, 1.529 po4a, 1.87, 1.88 po4a-gettextize, 1.39, 1.40 po4a-normalize, 1.31, 1.32 po4a-translate, 1.41, 1.42 po4a-updatepo, 1.45, 1.46"
- Next message: [Po4a-commits] "po4a changelog,1.529,1.530 NEWS,1.116,1.117"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv31094/lib/Locale/Po4a
Modified Files:
BibTeX.pm Chooser.pm Common.pm Debconf.pm Dia.pm Docbook.pm
Guide.pm Halibut.pm Html.pm Ini.pm KernelHelp.pm LaTeX.pm
Man.pm NewsDebian.pm Po.pm Pod.pm Sgml.pm TeX.pm Texinfo.pm
Text.pm TransTractor.pm Wml.pm Xhtml.pm Xml.pm
Log Message:
* po4a, po4a-gettextize, po4a-normalize, po4a-translate,
po4a-updatepo, lib/Locale/Po4a/Xml.pm, lib/Locale/Po4a/Xhtml.pm,
lib/Locale/Po4a/Wml.pm, lib/Locale/Po4a/TransTractor.pm,
lib/Locale/Po4a/Text.pm, lib/Locale/Po4a/Texinfo.pm,
lib/Locale/Po4a/TeX.pm, lib/Locale/Po4a/Sgml.pm,
lib/Locale/Po4a/Pod.pm, lib/Locale/Po4a/Po.pm,
lib/Locale/Po4a/NewsDebian.pm, lib/Locale/Po4a/Man.pm,
lib/Locale/Po4a/LaTeX.pm, lib/Locale/Po4a/KernelHelp.pm,
lib/Locale/Po4a/Ini.pm, lib/Locale/Po4a/Html.pm,
lib/Locale/Po4a/Halibut.pm, lib/Locale/Po4a/Guide.pm,
lib/Locale/Po4a/Docbook.pm, lib/Locale/Po4a/Dia.pm,
lib/Locale/Po4a/Debconf.pm, lib/Locale/Po4a/Common.pm,
lib/Locale/Po4a/Chooser.pm, lib/Locale/Po4a/BibTeX.pm: Specify the
encoding of the files processed by pod2man.
Index: TransTractor.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TransTractor.pm,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- TransTractor.pm 23 Nov 2009 16:53:08 -0000 1.116
+++ TransTractor.pm 27 Dec 2009 01:16:04 -0000 1.117
@@ -29,6 +29,8 @@
use Encode;
use Encode::Guess;
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::TransTractor - Generic trans(lator ex)tractor.
Index: Docbook.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Docbook.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Docbook.pm 28 Feb 2009 23:29:26 -0000 1.34
+++ Docbook.pm 27 Dec 2009 01:16:02 -0000 1.35
@@ -28,6 +28,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Docbook - Convert Docbook XML documents from/to PO files
Index: Pod.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Pod.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Pod.pm 22 Nov 2009 21:01:59 -0000 1.24
+++ Pod.pm 27 Dec 2009 01:16:03 -0000 1.25
@@ -151,8 +151,10 @@
and (length $encoding)
and ($encoding ne "ascii")) {
$encoding = "\n=encoding $encoding\n";
+# FIXME: Remove any old =encoding specification
} else {
$encoding = "";
+# FIXME: Keep any old =encoding specification?
}
return <<EOT;
@@ -179,6 +181,8 @@
1;
__END__
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Pod - Convert POD data from/to PO files
Index: KernelHelp.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/KernelHelp.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- KernelHelp.pm 30 May 2005 07:15:19 -0000 1.13
+++ KernelHelp.pm 27 Dec 2009 01:16:02 -0000 1.14
@@ -134,6 +134,8 @@
1;
__END__
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::KernelHelp - Convert kernel configuration help from/to PO files
Index: Xml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xml.pm,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- Xml.pm 27 Dec 2009 00:26:59 -0000 1.108
+++ Xml.pm 27 Dec 2009 01:16:05 -0000 1.109
@@ -28,6 +28,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Xml - Convert XML documents and derivates from/to PO files
Index: LaTeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/LaTeX.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- LaTeX.pm 21 Jul 2009 08:40:13 -0000 1.20
+++ LaTeX.pm 27 Dec 2009 01:16:02 -0000 1.21
@@ -21,6 +21,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::LaTeX - Convert LaTeX documents and derivates from/to PO files
Index: Chooser.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Chooser.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Chooser.pm 20 Jul 2008 16:31:55 -0000 1.41
+++ Chooser.pm 27 Dec 2009 01:16:02 -0000 1.42
@@ -84,6 +84,8 @@
1;
__END__
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Chooser - Manage po4a modules
Index: Html.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Html.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Html.pm 5 Aug 2007 16:56:01 -0000 1.14
+++ Html.pm 27 Dec 2009 01:16:02 -0000 1.15
@@ -25,6 +25,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Html - Convert html documents from/to PO files
Index: Debconf.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Debconf.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Debconf.pm 30 May 2005 07:05:22 -0000 1.4
+++ Debconf.pm 27 Dec 2009 01:16:02 -0000 1.5
@@ -20,6 +20,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Debconf - Convert debconf templates from/to PO files
Index: Text.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Text.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Text.pm 7 Nov 2009 00:47:07 -0000 1.28
+++ Text.pm 27 Dec 2009 01:16:04 -0000 1.29
@@ -21,6 +21,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Text - Convert text documents from/to PO files
Index: BibTeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/BibTeX.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BibTeX.pm 17 Jun 2007 00:19:39 -0000 1.5
+++ BibTeX.pm 27 Dec 2009 01:16:01 -0000 1.6
@@ -21,6 +21,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::BibTeX - Convert BibTeX documents from/to PO files
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- Man.pm 13 Feb 2009 23:08:23 -0000 1.208
+++ Man.pm 27 Dec 2009 01:16:03 -0000 1.209
@@ -1,5 +1,7 @@
#!/usr/bin/perl -w
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Man - Convert manual pages from/to PO files
Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Po.pm 28 Feb 2009 22:18:39 -0000 1.95
+++ Po.pm 27 Dec 2009 01:16:03 -0000 1.96
@@ -8,6 +8,8 @@
# Modules and declarations
############################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Po - po file manipulation module
Index: NewsDebian.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/NewsDebian.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- NewsDebian.pm 30 May 2005 07:05:22 -0000 1.4
+++ NewsDebian.pm 27 Dec 2009 01:16:03 -0000 1.5
@@ -20,6 +20,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::NewsDebian - Convert NEWS.Debian documents from/to PO files
Index: Ini.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Ini.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Ini.pm 23 Aug 2006 19:30:30 -0000 1.2
+++ Ini.pm 27 Dec 2009 01:16:02 -0000 1.3
@@ -83,6 +83,8 @@
1;
__END__
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Ini - Convert ini files from/to PO files
Index: Xhtml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Xhtml.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Xhtml.pm 28 Feb 2009 23:29:26 -0000 1.17
+++ Xhtml.pm 27 Dec 2009 01:16:05 -0000 1.18
@@ -26,6 +26,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Xhtml - Convert Xhtml documents from/to PO files
Index: Dia.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Dia.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Dia.pm 28 Feb 2009 21:34:02 -0000 1.18
+++ Dia.pm 27 Dec 2009 01:16:02 -0000 1.19
@@ -26,6 +26,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Dia - Convert uncompressed Dia diagrams from/to PO files
Index: Texinfo.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Texinfo.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Texinfo.pm 31 Mar 2009 21:39:52 -0000 1.13
+++ Texinfo.pm 27 Dec 2009 01:16:04 -0000 1.14
@@ -21,6 +21,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Texinfo - Convert Texinfo documents and derivates from/to PO files
Index: Guide.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Guide.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Guide.pm 28 Feb 2009 23:29:26 -0000 1.16
+++ Guide.pm 27 Dec 2009 01:16:02 -0000 1.17
@@ -26,6 +26,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Guide - Convert Guide XML documents from/to PO files
Index: Wml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Wml.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Wml.pm 21 Jul 2009 14:43:25 -0000 1.17
+++ Wml.pm 27 Dec 2009 01:16:04 -0000 1.18
@@ -20,6 +20,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Wml - Convert wml (web markup language) documents from/to PO files
Index: Sgml.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Sgml.pm,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- Sgml.pm 2 Sep 2009 08:13:44 -0000 1.131
+++ Sgml.pm 27 Dec 2009 01:16:03 -0000 1.132
@@ -29,6 +29,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Sgml - Convert sgml documents from/to PO files
Index: Halibut.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Halibut.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Halibut.pm 14 Jul 2008 15:42:54 -0000 1.1
+++ Halibut.pm 27 Dec 2009 01:16:02 -0000 1.2
@@ -21,6 +21,8 @@
#
########################################################################
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Halibut - Convert Halibut documents and derivates from/to PO files
Index: TeX.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/TeX.pm,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- TeX.pm 31 Mar 2009 21:39:52 -0000 1.101
+++ TeX.pm 27 Dec 2009 01:16:03 -0000 1.102
@@ -21,6 +21,7 @@
#
########################################################################
+=encoding UTF-8
=head1 NAME
Index: Common.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Common.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Common.pm 13 Feb 2009 23:16:44 -0000 1.20
+++ Common.pm 27 Dec 2009 01:16:02 -0000 1.21
@@ -8,6 +8,8 @@
#
# This module has common utilities for the various scripts of po4a
+=encoding UTF-8
+
=head1 NAME
Locale::Po4a::Common - Common parts of the po4a scripts and utils
- Previous message: [Po4a-commits] "po4a changelog, 1.528, 1.529 po4a, 1.87, 1.88 po4a-gettextize, 1.39, 1.40 po4a-normalize, 1.31, 1.32 po4a-translate, 1.41, 1.42 po4a-updatepo, 1.45, 1.46"
- Next message: [Po4a-commits] "po4a changelog,1.529,1.530 NEWS,1.116,1.117"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Po4a-commits
mailing list