Open vietj opened 6 years ago
I am also facing same issue with win 10 . Code works perfectly with maven and fails when I run in the Intellij .
If some has any inputs do let me know .
It works if you add additional environment variables to the run configuration of your tests:
LC_CTYPE=en_US.UTF-8;LC_ALL=en_US.UTF-8
Also see this answer on Stack Overflow: https://stackoverflow.com/a/59736683/6418426
On OSX, when I run from the CLI in Maven, it works fine.
When I run in Intellij the same tests (JUnit), I get:
any idea ?