On Tue, Feb 23, 2010 at 12:24 AM, <[email protected]> wrote: > > hi, Zhimin: > > doesn't work, unreadable code show me again. > > Regards > Jiongliang > > hi, Nianzhong: > You can try >> root()->addWidget(new WText(WString("Chinese words in here...."))); > Regards > Zhimin > > 2010/2/23 <[email protected]> > > I have this code, but can't show chinese words in the browser web page. > >> root()->addWidget(new WText("Chinese words in here....")); > > got unreadable code in the browser web page. > > how to resolve this problem, maybe using <link> tag can do, but I don't > know how.
The compiler may not be able to understand the characters? Try using a long string instead? L"Chinese char", or the best thing is to use an XML file and read in the resource. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
