We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the constructor of Kernel::System::Encode there is support for decoding @argv. This code is fine. A slight tidying is to use the funcion decode_argv() for that . See https://metacpan.org/pod/Encode::Locale#decode_argv(-)
decode_argv()
The text was updated successfully, but these errors were encountered:
It's a bit cleaner, let's do it.
Sorry, something went wrong.
Issue #2436: a bit of tidying
cff56fc
Code comments, empty lines aroud control flow statements
Issue #2436: use Encode::Locale::decode_argv()
b28ce5a
for decoding the command line parameters
Merge pull request #2438 from RotherOSS/issue-#2436-decode_argv
7c3d6a8
Issue #2436 decode argv
A quick test of a console command and of the web interface looked fine. PR is applied. Closing this issue.
bschmalhofer
No branches or pull requests
In the constructor of Kernel::System::Encode there is support for decoding @argv. This code is fine. A slight tidying is to use the funcion
decode_argv()
for that . See https://metacpan.org/pod/Encode::Locale#decode_argv(-)The text was updated successfully, but these errors were encountered: