On Linux systems with LC_CTYPE not set to something unicode friendly, e.g. C instead of C.UTF-8, the FileSystemPipesIterator fails. We can fix this by setting this in the environment of the spawned processes. I've tested that this setting is actually inherited by the AsyncProcessorCLI and its spawned processes.
On Linux systems with LC_CTYPE not set to something unicode friendly, e.g. C instead of C.UTF-8, the FileSystemPipesIterator fails. We can fix this by setting this in the environment of the spawned processes. I've tested that this setting is actually inherited by the AsyncProcessorCLI and its spawned processes.