Build messages from GCC 5 with odd apostrophe
Answered
Hi,
I'm using CLion 2018.3 EAP 183.3975.20 to build a C++ project with CMake on Linux (specifically, Ubuntu 18.04 under Windows Subsystem for Linux (WSL).
When compiling with GCC 5.5, I'm observing odd apostrophe-s in the messages:

Whereas message from GCC 8.2 are rendered correctly:

Is this a known issue?
Is this an issue in my environment?
Mateusz
Please sign in to leave a comment.
For comparison, here I run `make VERBOSE=1` from command line:
```
$ locale
LANG=C.UTF-8
LANGUAGE=
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_TIME="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_PAPER="C.UTF-8"
LC_NAME="C.UTF-8"
LC_ADDRESS="C.UTF-8"
LC_TELEPHONE="C.UTF-8"
LC_MEASUREMENT="C.UTF-8"
LC_IDENTIFICATION="C.UTF-8"
LC_ALL=
```
Probably this is it: https://youtrack.jetbrains.com/issue/CPP-13777
Thank you. I'll monitor the issue then.