......
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=140
This commit is contained in:
parent
18dfe2bd8e
commit
c7558ae7fc
@ -6,7 +6,7 @@
|
||||
|
||||
+ # encode to individual utf8 bytes if
|
||||
+ # $str is a string (in internal UTF-8)
|
||||
+ utf8::encode($str) if is_utf8($str);
|
||||
+ utf8::encode($str) if utf8::is_utf8($str);
|
||||
+
|
||||
$cmd->debug_print(1, $str)
|
||||
if ($cmd->debug);
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
+ # encode to individual utf8 bytes if
|
||||
+ # $line is a string (in internal UTF-8)
|
||||
+ utf8::encode($line) if is_utf8($line);
|
||||
+ utf8::encode($line) if utf8::is_utf8($line);
|
||||
+
|
||||
return 1
|
||||
unless length($line);
|
||||
|
Loading…
Reference in New Issue
Block a user