<?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: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sun, 12 Oct 2008 22:07:44 +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 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/166/1/</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[
				<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>