Activity for Jonson Xiang

  • Jonson Xiang Jonson Xiang posted a comment on discussion Open Discussion

    I have spend a whole day for the Chinese show, and I have try all methods I can search. Include "setlocale(LC_CTYPE, "zh_CN.GBK")", UNICODE compile .etc, and make my own font by font_tools, but all failed. How can I show Chinese correctly? Thanks, I just use the following test code int sample(mglGraph gr) { mglData a(100), b(100); gr->Fill(a, "exp(-10x^2)"); gr->Fill(b, "exp(-10*(x+0.5)^2)"); gr->SetRange('y', 0, 1); gr->SubPlot(1, 2, 0, "_"); gr->Title(L"你好"); gr->Plot(a); gr->Plot(b); gr->Axis();...

1