Re: trouble with -p

2008-07-24 Thread Brian Keck
On Sun, 20 Jul 2008 23:08:56 +0200, Matthias Vill wrote: >Brian Keck schrieb: >> If you do >> wget http://www.ifixit.com/Guide/First-Look/iPhone3G >> then you get an HTML file called iPhone3G. >> But if you do >> wget -p http://www.ifixit.com/Guide/First-Look/iPhone3G >> then you g

wget i18N issue

2008-07-24 Thread Li Ru An
Hi all: Greeting! I'm new in this list, hope I can help here. I found that there's some I18N issue with wget. For example, my OS is using GBK, when wget tries to get a URL coded in UTF-8, there's some issue in the coding translation. I have managed to resolve my issue by changing some code, but

Re: trouble with -p

2008-07-24 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Keck wrote: > (It also renames diggthis.js to diggthis.js.html, but I don't care about > that). That's an indication that the server is misconfigured, and is serving diggthis.js as text/html, rather than text/javascript or text/x-javascript. -

Re: wget i18N issue

2008-07-24 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Li Ru An wrote: > Hi all: > > Greeting! I'm new in this list, hope I can help here. > > I found that there's some I18N issue with wget. For example, my OS is > using GBK, when wget tries to get a URL coded in UTF-8, there's some > issue in the coding