Re: [PATCH] attrib.exe: Add stubbed command
On Mi, 2010-03-17 at 12:22 +0100, Christian Costa wrote:
+ printf("attrib.exe is currently only a stub command\n"); + printf("cmdline:");
UNICODE would be better, even for a stub. -- By by ... Detlef
Detlef Riekenberg a écrit :
On Mi, 2010-03-17 at 12:22 +0100, Christian Costa wrote:
+ printf("attrib.exe is currently only a stub command\n"); + printf("cmdline:");
UNICODE would be better, even for a stub.
What do you mean ? Creating an unicode console application ? There are lot of commands in ansi. Why doing something different for this one ?
Juan Lang a écrit :
What do you mean ? Creating an unicode console application ?
Yes.
There are lot of commands in ansi. Why doing something different for this one ?
Localization. --Juan
Does that mean all applications in programs should be unicode and existing ansi one should be converted at some point ?
participants (3)
-
Christian Costa -
Detlef Riekenberg -
Juan Lang