On Thursday, 7 June 2012 at 10:38:53 UTC, Kevin wrote:
On 07/06/12 02:57, Sam Hu wrote:
string content = get("dlang.org");
writefln("%s\n",content);

So my very simple question is how to retrieve information from a webpage which could possibily contains asia font (like Chinese font)?

I'm not really sure but try:
wstring content = get("dlang.org");

Also make sure your terminal is set up for unicode.

Sorry,no,it does not work,I tried to print the content to DFL
TextBox control but still the same issue.

Reply via email to