History log of /reactos/base/applications/network/telnet/lang/zh-TW.rc (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e3e520d1 16-Jan-2025 Marcin Jabłoński <nnxcomputing@gmail.com>

[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

[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`).

show more ...


Revision tags: 0.4.16-dev, 0.4.15, 0.4.14-release
# 463784c5 10-Oct-2021 Chan Chilung <eason066@gmail.com>

[TRANSLATION] Chinese Traditional (zh-TW) translation update (#3954)

Also sync LOCALMON/UI translation with Wine.