reactos/base
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
..
applications [TELNET] Fix Unicode character printing (#7597) 2025-01-16 18:24:04 +01:00
services [NFSD] Disable a clang warning 2025-01-14 13:34:24 +02:00
setup [SETUP:REACTOS] Revamp the Install-type page layout (#7581) 2024-12-31 12:33:27 +01:00
shell [EXPLORER] Remove redundant bIsSystemShell assignments (#7542) 2024-12-02 20:42:46 +01:00
system [WINLOGON] Add WLSESSION logon timestamp (#7590) 2025-01-08 08:28:24 +07:00
CMakeLists.txt