[Issue 7927] New: windows console utf
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 16 12:21:09 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7927
Summary: windows console utf
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: deep0125 at gmail.com
--- Comment #0 from deep0125 at gmail.com 2012-04-16 12:21:58 PDT ---
Created an attachment (id=1092)
workflow
Windows, console.
source "d_echo.d":
------------------
module main;
import std.stdio;
int main(string[] argv)
{
writeln(argv[1]);
return 0;
}
-----------------
Command work with only asci characters. see attachment
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list