http://d.puremagic.com/issues/show_bug.cgi?id=10725
Summary: DMD can't output Hangul(Korean alphbet) (codepage
949(hangul))
Product: D
Version: D1 & D2
Platform: All
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from 김지후 <[email protected]> 2013-07-28 08:07:17 PDT ---
//I compiled this code
import std.stdio;
int main()
{
write("d언어"); //'d언어' means d language
return 0;
}
//this code outputs 'd?몄뼱'(codepage 949)
//but it outputs when codepage 65001 nomally
//I'm not good at english. so I'm begging your understanding.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------