Forum NewsForumsHTF Chat Hardware ReviewsSoftware Reviews HTF Events
Home Theater Forum
Home Theater Forum
Home Theater Forum
Home Theater Forum Forum Search: 
 
Web Search: 
 
Home Theater Forum
Home Theater Forum
Home Theater Forum



Reviewed (10/11/08)
Home Theater forum blazes ahead with reviews that are designed to help you make the right viewing choice! This week Ken McAlinden reviews Albert Lewin's MGM adaptation of Oscar Wilde's The Picture of Dorian Gray, a highly awaited release that gets notable recommendation. Todd Erwin gives us two reviews of the recent "Indie" releases, Harold, starring Spencer Breslin -and- Dororo, a live-action comic book adaptation directed by Akihko Shiota. TVShowsOnDVD this week include 30 Rock: Season 2, The Sarah Silverman Program Season Two Volume One, Lil' Bush: resident of the United States Season Two, and Mission Impossible: The Fifth Season. Finally, new Blu-ray reviews include Indiana Jones and the Kingdom of the Crystal Skull, The 40-Year-Old Virgin and Poltergeist.
 
TV and HDTV Programming (10/11/08)
Warm up your cool fall season with new premiers this week that include Little People Big World (PICTURED, 5th Season, 10/13, TLC); Samantha Who? (2nd Season, 10/13, ABC); My Own Worst Enemy (10/13, NBC); Eli Stone (2nd Season, 10/14, ABC); Time Warp (10/15, DISCVRY); Parking Wars (2nd Season, 10/15, A&E); David Alan Grier's Chocolate News (10/15, COMEDY CENTRAL); Crusoe (10/17, NBC) and Real Simple Real Life (10/17, TLC). Season Finales this week include The Cleaner (10/13 A&E); The Rachel Zoe Project (10/14, BRAVO); Project Runway (10/15, BRAVO) and Destination Truth (10/15 SCI-FI). You can discuss all your favorite programs with other HTF members in our TV & HDTV programming forum

 
Forum Jump

Forum Sponsors

Home Theater Forum > Other Diversions > Computers and HTPC
[ Firefox vrs IE character encoding problem ]

Post New Thread  Reply

 
Thread Tools Search this Thread
Home Theater Forum
Old 03-24-2008, 01:13 PM   #1 of 5
Jay H
Jay
Member
 
Location: NJ
Join Date: Mar 1999
Local Time: 11:47 AM
Local Date: 10-11-2008
Posts: 7,923

Firefox vrs IE character encoding problem


trying to assist my sister at work she has a PC running Firefox and a coworker's PC running IE. She tries to look at some town ordinances website and it works fine in IE but all of a sudden, it stopped loading the .gifs (scanned stuff) returning the 'x' icon of a misloaded picture.

the website seems to be coded in .asp (active server pages) if that makes a difference.

I troubleshooted it a bit and found that for some reason, firefox is not decoding the URL of the image correctly and hence, returns the bad image icon. When I found the URL of the image via IE, I was able to compare that to what firefox was trying to load (via the right click context menu 'view image) and what firefox seems to be loading is an incorrect URL. For some reason, when firefox decodes the URL, it adds a bunch of inappropriate characters and hence, fails to load a bunch of images.

Upon looking at what firefox tried to load, it added something like "%BD%BE%BF" to the image between the base name and the .gif extension, I found that if I viewed the image and then manually deleted that, the .gif would load properly. For example, in firefox when I viewed the image URL it would be something like:

http://www.ordinances]ordinance.com - Your single source for up to date and accurate zoning and land use information and maps........[snip]picture1%BD%BE%BF.gif

However, it should be the

http://www.ordinances]ordinance.com - Your single source for up to date and accurate zoning and land use information and maps........[snip]picture1.gif

I tried changing firefox's character encoding and tried everything that seemed to make any sense, from UTF-8 to UTF-16 and tried all the western european ISO character sets. The IE was set to (Western European ISO).

Nothing worked.. Is this a problem with the HTML developer or is this a problem with firefox now??? It used to work fine up to a certain point and I don't know what the website changed... Should I have her contact the website developer to see if they can correct it. I bet firefox is somehow reading something into the picture links it shouldn't be and then not knowing how to convert that to a character. That's my experience with seeing the %XX characters in places, usually it's a character conversion problem.

Jay



You are the crispy noodle in the vegetarian salad of life
Jay H is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Home Theater Forum
Home Theater Forum
Home Theater Forum
Home Theater Forum
Old 03-24-2008, 05:37 PM   #2 of 5
Ken Chan
Member
 
Join Date: Apr 1999
Local Time: 08:47 AM
Local Date: 10-11-2008
Posts: 3,303

Re: Firefox vrs IE character encoding problem


If the "%BD%BE%BF" is visible in the page's View Source, it's more likely on the server side, since the browser is unlikely to insert the extra stuff in that case. (A difference in character encoding would still mean that there would be something before the ".gif" in IE -- except that there might be some "invisible" characters. You might be able to compare the file lengths if you save the HTML from both browsers.) If the Source looks good, but when you try to load the page, the image objects themselves are trying to load the wrong URL, then that points to the browser.

You should try another copy of Firefox, maybe on the machine with IE that works.
Ken Chan is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Home Theater Forum
Home Theater Forum
Old 03-24-2008, 09:07 PM   #3 of 5
nolesrule
Joe Kauffman
Member
 
Location: Clearwater, FL
Join Date: Aug 2001
Local Time: 11:47 AM
Local Date: 10-11-2008
Posts: 2,470

Re: Firefox vrs IE character encoding problem


%BD, %BE and %BF are urlencoded characters for ½, ¾, and ¿ respectively, which have no business being in a filename. These kinds of things usually occur when a document or file is taken from a Mac and then copied to a PC, because the character translation tables sometimes differ on the systems depending on the font, and what might be a hidden character on a Mac becomes a visible one on the PC.

The most probably reason why it works in IE but not in Firefox is that IE tends to ignore things it doesn't understand, while Firefox wants to let you know it's broken so you'll fix it.


nolesrule is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Home Theater Forum
Home Theater Forum
Old 03-25-2008, 08:42 AM   #4 of 5
Jay H
Jay
Member
 
Location: NJ
Join Date: Mar 1999
Local Time: 11:47 AM
Local Date: 10-11-2008
Posts: 7,923

Re: Firefox vrs IE character encoding problem


thanks guys, I can relay this info to my sister and see what she says... Its not that big a deal, since she can always install IE just to look at that website when she does but I got her into using Firefox and Eudora a long time ago so she likes that browser as well. I didn't think about viewing the source when i was there so I don't know what that looks like both of your explanations sound plausible so I can pass that on...

Thanks,
jay



You are the crispy noodle in the vegetarian salad of life
Jay H is offline Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Home Theater Forum
Home Theater Forum
Old 03-27-2008, 08:01 PM   #5 of 5
Will_B
Member
 
Join Date: Mar 2001
Local Time: 03:47 PM
Local Date: 10-11-2008
Posts: 3,335

Re: Firefox vrs IE character encoding problem


Add the plugin for Firefox that allows you to open an IE tab within Firefox. That way she can use Firefox for everything, but opt to open up that particular site in IE without leaving Firefox.



'There's good people in the 'verse. Not many, lord knows, but you only need a few.' -Mal
Will_B is online now Quote this post in a PM Send Support Ticket
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Multi-Quote with this Post
sendpm.gif
Home Theater Forum
Home Theater Forum
HTF Ads



Sponsored links



Home Theater Forum
Post New Thread  Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

All times are GMT -5. The time now is 10:47 AM.
Total Page Views Since 7/8/2006: 166,267,295 | Page Views Today: 85,581


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

© 1997-2008 PARRON Enterprises, LLC
No part may be copied or reproduced without the
express written permission of the owners of this site.

  
Skin Chooser: 
Forums Directory