|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
RE: [PLUG] ASCII encoding question...
|
when i say browsers on the host machine - i mean that i'm using a browser
(locally) to access the html files served from the host machine - the
rendered files (since the files are jsp, they need to be rendered before
serving).
but when i also look at the raw files (via vi) they show the ascii codes
(ie: \256).
anyway, i've got a chump... i mean _web developer_, changing the codes to
their proper html equivalent. i just would like to know why it works some
places and not others.
-----Original Message-----
From: Bill Jonas
To: 'plug@lists.phillylinux.org '
Sent: 10/17/01 10:59 AM
Subject: Re: [PLUG] ASCII encoding question...
On Wed, Oct 17, 2001 at 10:53:15AM -0400, William Shank wrote:
> actually, this was first noticed on windows machines running ie5.5+.
testing
> it with ie5.5, ns4+ (win & linux) and koqy on the staging machines
showed
> correct characters. same browsers on the hosting machine showed ? on
all
> platforms. weird, huh?
Exceedingly.
When you say "browsers on the hosting machine", are they accessing the
file via http://localhost/foo.html or via file:///documentroot/foo.html
?
If it's the latter, it could be that the web server is translating the
extended codes for you, on the fly.
--
Bill Jonas * bill@billjonas.com * http://www.billjonas.com/
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Benjamin Franklin
If encryption is outlawed, bayl bhgynjf jvyy unir rapelcgvba.
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|