Mailinglist Archive: yast-commit (1212 mails)
| < Previous | Next > |
[yast-commit] r50880 - in /trunk/core: agents-perl/lib/ycp.pm package/yast2-core.changes
- From: locilka@xxxxxxxxxxxxxxxx
- Date: Tue, 09 Sep 2008 09:45:29 -0000
- Message-id: <20080909094529.DCE71386CF@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Tue Sep 9 11:45:29 2008
New Revision: 50880
URL: http://svn.opensuse.org/viewcvs/yast?rev=50880&view=rev
Log:
- Adjusted STDOUT in ycp.pm to use 'utf8'.
Modified:
trunk/core/agents-perl/lib/ycp.pm
trunk/core/package/yast2-core.changes
Modified: trunk/core/agents-perl/lib/ycp.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/core/agents-perl/lib/ycp.pm?rev=50880&r1=50879&r2=50880&view=diff
==============================================================================
--- trunk/core/agents-perl/lib/ycp.pm (original)
+++ trunk/core/agents-perl/lib/ycp.pm Tue Sep 9 11:45:29 2008
@@ -79,6 +79,9 @@
use Time::localtime;
use Sys::Hostname;
+# needed for printing character (>255)
+binmode STDOUT, ':utf8';
+
@ISA = qw(Exporter);
Modified: trunk/core/package/yast2-core.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/core/package/yast2-core.changes?rev=50880&r1=50879&r2=50880&view=diff
==============================================================================
--- trunk/core/package/yast2-core.changes (original)
+++ trunk/core/package/yast2-core.changes Tue Sep 9 11:45:29 2008
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Tue Sep 9 11:39:07 CEST 2008 - locilka@xxxxxxx
+
+- Adjusted STDOUT in ycp.pm to use 'utf8'.
+
+-------------------------------------------------------------------
Fri Sep 5 13:59:32 CEST 2008 - locilka@xxxxxxx
- Added WFM::ClientExists function (needed for installation).
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Sep 9 11:45:29 2008
New Revision: 50880
URL: http://svn.opensuse.org/viewcvs/yast?rev=50880&view=rev
Log:
- Adjusted STDOUT in ycp.pm to use 'utf8'.
Modified:
trunk/core/agents-perl/lib/ycp.pm
trunk/core/package/yast2-core.changes
Modified: trunk/core/agents-perl/lib/ycp.pm
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/core/agents-perl/lib/ycp.pm?rev=50880&r1=50879&r2=50880&view=diff
==============================================================================
--- trunk/core/agents-perl/lib/ycp.pm (original)
+++ trunk/core/agents-perl/lib/ycp.pm Tue Sep 9 11:45:29 2008
@@ -79,6 +79,9 @@
use Time::localtime;
use Sys::Hostname;
+# needed for printing character (>255)
+binmode STDOUT, ':utf8';
+
@ISA = qw(Exporter);
Modified: trunk/core/package/yast2-core.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/core/package/yast2-core.changes?rev=50880&r1=50879&r2=50880&view=diff
==============================================================================
--- trunk/core/package/yast2-core.changes (original)
+++ trunk/core/package/yast2-core.changes Tue Sep 9 11:45:29 2008
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Tue Sep 9 11:39:07 CEST 2008 - locilka@xxxxxxx
+
+- Adjusted STDOUT in ycp.pm to use 'utf8'.
+
+-------------------------------------------------------------------
Fri Sep 5 13:59:32 CEST 2008 - locilka@xxxxxxx
- Added WFM::ClientExists function (needed for installation).
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |