reactos/base/applications/network/telnet
Marcin Jabłoński e3e520d154
[TELNET] Fix Unicode character printing (#7597)
CORE-18304

The included Telnet client does not support displaying messages with Unicode characters in them.
This is a problem, because even though localisation for the program was made for ReactOS,
it doesn't work properly.

- Make the `printm` function load and format messages using wide character APIs instead of the narrow ones.
- Add format specifiers to the resource files (this is necessary, as there are a lot of places, where narrow strings
  are used in the program, and passed as parameters to `printm`).
2025-01-16 18:24:04 +01:00
..
doc
lang [TELNET] Fix Unicode character printing (#7597) 2025-01-16 18:24:04 +01:00
src [TELNET] Fix Unicode character printing (#7597) 2025-01-16 18:24:04 +01:00
CMakeLists.txt [3RDPARTY] Link to oldnames for stricmp/wcsicmp 2024-10-20 14:12:25 +03:00
precomp.h [TELNET] Fix Unicode character printing (#7597) 2025-01-16 18:24:04 +01:00
resource.h
telnet.cfg
telnet.ico
telnet.ini
telnet.rc [TRANSLATION] Chinese Traditional (zh-TW) translation update (#3954) 2021-10-10 15:00:44 +03:00