Details
-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
Description
In these CLI applications:
"cacls", "doskey", "find", "help", "hostname", "more", "tree", "whoami", "findstr", "logoff", "ipconfig", "wlanconf", "shutdown", "diskpart", "format", "subst", and many others (that are not yet localized),
the CRT functions are used for printing. However, this does not provide the true Unicode support (see CORE-9416). The only solution to remedy this seems to be the OS' API direct usage, like it was already done for the command line interpreter itself, "reg", "taskkill", "xcopy", and others.
Attachments
Issue Links
- relates to
-
CORE-10504 Create a library for console output/input functions, last-error messages display, etc. to be used for all of our internal command-line utilities
- Resolved