OS:
// Current OS system and version
macOS 10.12.6 / Manjaro 17
VERSION DEV-CHAT:
// Current version of Dev-Chat
1.0.1
ISSUE:
// Description of the issue
Non-ASCII characters are discarded due to the reading byte by byte. The client should read the keyboard input using wide characters wchar_t, and ensuring the input is imbued using the locale of the user.
OS:
// Current OS system and version
macOS 10.12.6 / Manjaro 17
VERSION DEV-CHAT:
// Current version of Dev-Chat
1.0.1
ISSUE:
// Description of the issue
Non-ASCII characters are discarded due to the reading byte by byte. The client should read the keyboard input using wide characters
wchar_t, and ensuring the input is imbued using the locale of the user.