Skip to content

use setlocale() for escapeshellarg() #151

@AutopilotNN

Description

@AutopilotNN

As a result of work of a script in exec plug-in I have received "pi" in utf-8 encoding. After application of escapeshellarg() the way to base has been broken.
I had to set a locale in config.php:
setlocale(LC_CTYPE, "ru_RU.UTF-8");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions