Re: Get the chinese content (Big5) from web page

From: Aric Bills (aricb_at_u.wwashingtonn.edu)
Date: 12/11/03


Date: Thu, 11 Dec 2003 11:01:24 -0800

Hi Eric,

One thing you might try if you haven't already is [encoding convertfrom big5
$data].

Regards,
Aric

"Eric" <hehe88hk@yahoo.com.hk> wrote in message
news:f2ccb7a1.0312110959.2dfba0e8@posting.google.com...
> When I try to download the content from a web page by
> http::geturl
> I find I cannot obtain the chinese content inside it.
> However, I can display chinese words correctly in my tcl program, e.g.
>
> set a &#21704;&#21704;
> puts stdout [set a]
>
> May I know what is the solution?
> Thanks