Skip to content
Snippets Groups Projects
Unverified Commit 067c30ee authored by boklm's avatar boklm
Browse files

Bug 40069: Fix encoding of stdout and stderr

Set stdout and stder encoding based on nl_langinfo, or LC_ALL and LANG
locale environment variables, as suggested on
https://perldoc.perl.org/open.
parent 9336d42f
Branches
No related tags found
1 merge request!56Bug 40069: Fix encoding of stdout and stderr
#!/usr/bin/perl -w
use strict;
use open OUT => ':locale';
use File::Basename;
use lib dirname($0) . '/lib';
use RBM;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment