<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/9.9.9" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Explorer system error: -1072896658</title>
	<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/</link>
	<description>Development of Panoramio, a mash-up of Google Maps and geopositioned photos</description>
	<pubDate>Sun, 20 Dec 2009 03:08:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=9.9.9</generator>

	<item>
		<title>by: zunebest</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-50351</link>
		<pubDate>Tue, 28 Apr 2009 07:13:56 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-50351</guid>
					<description>"But I have not really tested it, as all my pages are in UTF-8, so I don’t really need any conversion. If you are using ISO latin 1, http://www.zuneconverter.net it’s also accepted by XMLHttpRequest, but again, you should be extremelly careful with the name you give the encoding (respect uppercase characters, hyphens, …)."</description>
		<content:encoded><![CDATA[<p>&#8220;But I have not really tested it, as all my pages are in UTF-8, so I don’t really need any conversion. If you are using ISO latin 1, <a href="http://www.zuneconverter.net" rel="nofollow">http://www.zuneconverter.net</a> it’s also accepted by XMLHttpRequest, but again, you should be extremelly careful with the name you give the encoding (respect uppercase characters, hyphens, …).&#8221;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: RycAm</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-42508</link>
		<pubDate>Thu, 23 Oct 2008 12:09:28 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-42508</guid>
					<description>in case using php. The charset  must also be set correctly: default_charset = "utf-8"
And not default_charset = "utf8".
easy, but I missed it during 1 long day.</description>
		<content:encoded><![CDATA[<p>in case using php. The charset  must also be set correctly: default_charset = &#8220;utf-8&#8243;<br />
And not default_charset = &#8220;utf8&#8243;.<br />
easy, but I missed it during 1 long day.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Matias P.</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-39746</link>
		<pubDate>Fri, 29 Aug 2008 15:18:40 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-39746</guid>
					<description>Joaquin,

Thank you very much for the excelent post... It make my day.
I am form Argentina, greetings.
I have translated the solution to spanish

Regards.

Español/Spanish:

Problema del IE6 (Internet Explorer 6) Error del sistema -1072896658,:

Es muy probable que la página que esté llamando el JavaScript, tenga mal la codificación, en vez de "UTF8" hay que usar "UTF-8".</description>
		<content:encoded><![CDATA[<p>Joaquin,</p>
<p>Thank you very much for the excelent post&#8230; It make my day.<br />
I am form Argentina, greetings.<br />
I have translated the solution to spanish</p>
<p>Regards.</p>
<p>Español/Spanish:</p>
<p>Problema del IE6 (Internet Explorer 6) Error del sistema -1072896658,:</p>
<p>Es muy probable que la página que esté llamando el JavaScript, tenga mal la codificación, en vez de &#8220;UTF8&#8243; hay que usar &#8220;UTF-8&#8243;.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tushar</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-987</link>
		<pubDate>Fri, 27 Apr 2007 07:47:56 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-987</guid>
					<description>throughs an error System error 1072896658

I have declared the object as
var xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); 

it works for IE version 6.0.2600 but not for IE version 6.0.2800.

Pls help me

i coudnlt find out what this error means.</description>
		<content:encoded><![CDATA[<p>throughs an error System error 1072896658</p>
<p>I have declared the object as<br />
var xmlhttp = new ActiveXObject(&#8221;Msxml2.XMLHTTP&#8221;); </p>
<p>it works for IE version 6.0.2600 but not for IE version 6.0.2800.</p>
<p>Pls help me</p>
<p>i coudnlt find out what this error means.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: loony</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-970</link>
		<pubDate>Tue, 10 Apr 2007 08:46:34 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-970</guid>
					<description>Add a file called .htaccess to your websites rootdirectory if you are using apache (or your isp uses apache) and it's delivering the wrong charset (like utf8 instead of utf-8 as IE expects it) with the following content:

AddCharset utf-8 .php

(or any other extension that might be useful in your context.

See
http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp
and
http://www.w3.org/International/questions/qa-htaccess-charset
for more information on character encoding issues!</description>
		<content:encoded><![CDATA[<p>Add a file called .htaccess to your websites rootdirectory if you are using apache (or your isp uses apache) and it&#8217;s delivering the wrong charset (like utf8 instead of utf-8 as IE expects it) with the following content:</p>
<p>AddCharset utf-8 .php</p>
<p>(or any other extension that might be useful in your context.</p>
<p>See<br />
<a href="http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp" rel="nofollow">http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4.asp</a><br />
and<br />
<a href="http://www.w3.org/International/questions/qa-htaccess-charset" rel="nofollow">http://www.w3.org/International/questions/qa-htaccess-charset</a><br />
for more information on character encoding issues!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Pyronhell</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-955</link>
		<pubDate>Tue, 03 Apr 2007 13:33:03 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-955</guid>
					<description>You can set the content-type with php:

At line 1 of your requested file with XMLHttpRequest
(change text/html with text/plain if required).

See ya!</description>
		<content:encoded><![CDATA[<p>You can set the content-type with php:</p>
<p>At line 1 of your requested file with XMLHttpRequest<br />
(change text/html with text/plain if required).</p>
<p>See ya!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kuroki Kaze</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-952</link>
		<pubDate>Mon, 02 Apr 2007 09:04:11 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-952</guid>
					<description>THANK YOU MAN!!!!!! It was the encoding.... i had serious troubles with russian language pages (hehehheehe) :)</description>
		<content:encoded><![CDATA[<p>THANK YOU MAN!!!!!! It was the encoding&#8230;. i had serious troubles with russian language pages (hehehheehe) <img src='http://www.panoramio.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Eugene</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-926</link>
		<pubDate>Fri, 23 Mar 2007 13:41:26 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-926</guid>
					<description>Thank you! 
This post saved my nerves :)
It was just encoding, damn!</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
This post saved my nerves <img src='http://www.panoramio.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It was just encoding, damn!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ot4eto</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-865</link>
		<pubDate>Tue, 13 Feb 2007 13:49:06 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-865</guid>
					<description>The Exact command is:
  http_request.setRequestHeader('Content-type', 'text/plain;charset=UTF-8;');

where http_request is instance of XMLHttpRequest object.</description>
		<content:encoded><![CDATA[<p>The Exact command is:<br />
  http_request.setRequestHeader(&#8217;Content-type&#8217;, &#8216;text/plain;charset=UTF-8;&#8217;);</p>
<p>where http_request is instance of XMLHttpRequest object.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Philipp Jardas</title>
		<link>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-724</link>
		<pubDate>Mon, 18 Dec 2006 13:29:54 +0000</pubDate>
		<guid>http://www.panoramio.com/blog/explorer-system-error-1072896658/#comment-724</guid>
					<description>Thanks for that concise description of the problem. I hope MSIE would be that verbose... =) For your general amusement: In our current setup we use an Oracle Application Server which does not only send different default encoding headers on different platforms, it even send ISO-8859-1 as "ISO-8859_1" (note the underscore) which wrecked the pages when requested via AJAX, but not when requested directly. You have to manually set the content type in your servlet or JSP or whatever you are using.</description>
		<content:encoded><![CDATA[<p>Thanks for that concise description of the problem. I hope MSIE would be that verbose&#8230; =) For your general amusement: In our current setup we use an Oracle Application Server which does not only send different default encoding headers on different platforms, it even send ISO-8859-1 as &#8220;ISO-8859_1&#8243; (note the underscore) which wrecked the pages when requested via AJAX, but not when requested directly. You have to manually set the content type in your servlet or JSP or whatever you are using.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
