<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Display Microsoft Word&#8217;s Special Characters through Apache</title>
	<atom:link href="http://www.shekhargovindarajan.com/tips-n-tricks/display-microsoft-words-special-characters-through-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shekhargovindarajan.com/tips-n-tricks/display-microsoft-words-special-characters-through-apache/?&#038;owa_medium=feed&#038;owa_sid=&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=display-microsoft-words-special-characters-through-apache</link>
	<description>My Notepad on the Web</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:27:05 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com/" />
		<item>
		<title>By: a men</title>
		<link>http://www.shekhargovindarajan.com/tips-n-tricks/display-microsoft-words-special-characters-through-apache/comment-page-1/#comment-14990</link>
		<dc:creator>a men</dc:creator>
		<pubDate>Thu, 17 Mar 2011 13:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=583#comment-14990</guid>
		<description>Use this
charset=windows-1252</description>
		<content:encoded><![CDATA[<p>Use this<br />
charset=windows-1252</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shekhar</title>
		<link>http://www.shekhargovindarajan.com/tips-n-tricks/display-microsoft-words-special-characters-through-apache/comment-page-1/#comment-1473</link>
		<dc:creator>Shekhar</dc:creator>
		<pubDate>Mon, 13 Apr 2009 07:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=583#comment-1473</guid>
		<description>Yep it also took me lots of &quot;time, energy, brain&quot; = googling ;-)</description>
		<content:encoded><![CDATA[<p>Yep it also took me lots of &#8220;time, energy, brain&#8221; = googling <img src='http://www.shekhargovindarajan.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjay Katiyar</title>
		<link>http://www.shekhargovindarajan.com/tips-n-tricks/display-microsoft-words-special-characters-through-apache/comment-page-1/#comment-1470</link>
		<dc:creator>sanjay Katiyar</dc:creator>
		<pubDate>Mon, 13 Apr 2009 05:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=583#comment-1470</guid>
		<description>Very helpful.
You saved many hours of me.
Thanks.</description>
		<content:encoded><![CDATA[<p>Very helpful.<br />
You saved many hours of me.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shekhar</title>
		<link>http://www.shekhargovindarajan.com/tips-n-tricks/display-microsoft-words-special-characters-through-apache/comment-page-1/#comment-985</link>
		<dc:creator>Shekhar</dc:creator>
		<pubDate>Wed, 25 Mar 2009 07:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=583#comment-985</guid>
		<description>&lt;blockquote&gt;why Microsoft word’s special character are creating such type of problem in Apache server?&lt;/blockquote&gt;
The web browser uses a META tag, written in the web page, to choose the character set (http://en.wikipedia.org/wiki/Character_encoding) to display the characters or content in the web page. 

For example, the following is the META tag found in a HTML file (web page) generated by MS Word:

&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=windows-1252&quot;&gt;

With this tag the web page instructs the web browser to use windows-1252 to display the page. With this character set, the browser can display all the, so called, special characters properly. 

Apache (atleast the default configuration) tells the browser to use UTF-8 (http://en.wikipedia.org/wiki/UTF-8) as the character set. The browser respects the web server more than the web page :-) Commenting out this line tells the web browser to use whatever character set mentioned in the META tag of the page.</description>
		<content:encoded><![CDATA[<blockquote><p>why Microsoft word’s special character are creating such type of problem in Apache server?</p></blockquote>
<p>The web browser uses a META tag, written in the web page, to choose the character set (<a href="http://en.wikipedia.org/wiki/Character_encoding" rel="nofollow">http://en.wikipedia.org/wiki/Character_encoding</a>) to display the characters or content in the web page. </p>
<p>For example, the following is the META tag found in a HTML file (web page) generated by MS Word:</p>
<p><meta http-equiv=Content-Type content="text/html; charset=windows-1252"></p>
<p>With this tag the web page instructs the web browser to use windows-1252 to display the page. With this character set, the browser can display all the, so called, special characters properly. </p>
<p>Apache (atleast the default configuration) tells the browser to use UTF-8 (<a href="http://en.wikipedia.org/wiki/UTF-8" rel="nofollow">http://en.wikipedia.org/wiki/UTF-8</a>) as the character set. The browser respects the web server more than the web page <img src='http://www.shekhargovindarajan.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Commenting out this line tells the web browser to use whatever character set mentioned in the META tag of the page.</meta></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pankaj</title>
		<link>http://www.shekhargovindarajan.com/tips-n-tricks/display-microsoft-words-special-characters-through-apache/comment-page-1/#comment-984</link>
		<dc:creator>pankaj</dc:creator>
		<pubDate>Wed, 25 Mar 2009 06:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=583#comment-984</guid>
		<description>It&#039;s a nice experience!

But can u guide me why Microsoft word&#039;s special character are creating such type of problem in Apache server?</description>
		<content:encoded><![CDATA[<p>It&#8217;s a nice experience!</p>
<p>But can u guide me why Microsoft word&#8217;s special character are creating such type of problem in Apache server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

