sonarcloud-github-action icon indicating copy to clipboard operation
sonarcloud-github-action copied to clipboard

Fix parsing of UTF-8 FS Characters

Open ninjapanzer opened this issue 4 years ago • 1 comments

I found that LC_ALL did not setup the correct behavior related to special character names.

When scanning a swift project

java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: Resources/Assets.xcassets/info.imageset/[email protected]

This works fine if the ENV in is added for LANG but LC_ALL does not have the correct effect.

ninjapanzer avatar May 28 '21 15:05 ninjapanzer

Probably a good idea to set both, as this image is used by several language runtimes which may each have funky behaviour if one of these is not set.

jayvdb avatar Nov 30 '21 21:11 jayvdb