<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for Word</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Tue, 02 Dec 2008 20:22:15 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Strip special Microsoft Word chars from copied input</title>
	<link>http://www.bytemycode.com/snippets/snippet/166/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/166/comments/</comments>
	<pubDate>Thu, 09 Mar 2006 04:02:18 +0000</pubDate>
	<dc:creator>TimYates</dc:creator>
	<category>Java, String, Word</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/166/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Mar. 9th, 2006  4:02 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/166/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/TimYates/" title="Scripter">TimYates</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/Java">Java</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/String">String</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Word">Word</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/166/comments/">1 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 12
			<p>If you have ever written a website or java application where people paste stuff in from Word, you are likely to have hit the problem of Word using high ascii chars for "open quotes", "close quotes", reg symbol, etc...<br /><br />This java class (with a single static method) can replace the most prevalent of these with normal ascii values<br /><br />Hope it helps someone... <img src="http://www.bytemycode.com/img/wysiwyg/emo-smile.gif" /> </p>
		]]>
	</description>
</item>
	</channel>
</rss>