reactos/base/applications/network
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
..
arp [ARP][MC] Add Romanian (ro-RO) translation to message table (#5440) 2023-07-17 00:12:33 +03:00
dwnl [RESOURCES] Remove redundant #pragma code_page(), includes, etc. 2024-12-22 18:39:26 +01:00
finger
ftp [FTP] Always link agains oldnames 2020-12-28 12:13:30 +01:00
ipconfig [IPCONFIG] Fix several typos 2024-07-14 15:08:22 +02:00
net [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
netsh [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
netstat [NETSTAT] Less heap allocations (#5409) 2023-07-06 18:23:17 +02:00
nslookup [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
ping [PING] Update Romanian (ro-RO) translation (#6010) 2023-11-26 14:11:45 +00:00
route
telnet [TELNET] Fix Unicode character printing (#7597) 2025-01-16 18:24:04 +01:00
tracert [RESOURCES] Remove redundant #pragma code_page(), includes, etc. 2024-12-22 18:39:26 +01:00
whois
wlanconf [WLANCONF] Fix getting the interface GUID value 2022-10-02 15:36:45 +03:00
CMakeLists.txt [CMAKE] Do not use USE_CLANG_CL variable in CMake scripts 2022-05-27 01:37:37 +03:00