-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2021.3
-
Component/s: Docker Image
-
Tags:
-
Sprint:nxplatform #39, nxplatform #40
-
Story Points:2
The default locale is POSIX?
This causes the following error when trying to use path with UTF8 characters in java code
java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: 東京
Solution
ENV LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ LC_ALL="en_US.UTF-8"
- Is referenced in