On 2/19/12 8:52 AM, gjikkl wrote: > I'd like SeaMonkey be able to read > http%3A%2F%2Fi283.photobucket.com%2Falbums%2Fkk284%2Fdismadrosa13%2Fline.gif > as http://i283.photobucket.com/albums/kk284/dismadrosa13/line.gif > > Thanks.
That URI also does not work with Internet Explorer. Both work when non-ASCII characters are percent-encoded in the domain name, path, file, query, and fragment but not as URI delimiters. Your URI has percent-encoding for the "://" delimiters that are supposed to follow the "http", which is not allowed. By the way, percent-encoding is not Unicode. See RFC 3986 at <ftp://ftp.rfc-editor.org/in-notes/rfc3986.txt>. (You might have to copy and paste the RFC's URI into your browser because of bug #575376.) -- David E. Ross <http://www.rossde.com/>. Anyone who thinks government owns a monopoly on inefficient, obstructive bureaucracy has obviously never worked for a large corporation. © 1997 by David E. Ross _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

