<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>imranul hoque&#039;s blog &#187; javascript currency sign</title>
	<atom:link href="http://www.imranulhoque.com/tag/javascript-currency-sign/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imranulhoque.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 04:12:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Show pound sign in input field by Javascript</title>
		<link>http://www.imranulhoque.com/javascript/show-pound-sign-in-input-field-by-javascript/</link>
		<comments>http://www.imranulhoque.com/javascript/show-pound-sign-in-input-field-by-javascript/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 08:00:56 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript currency sign]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=116</guid>
		<description><![CDATA[If you have ever tried to put pound sign (or any special character) in any input fields by Javascript, you know that it is not that straight forward. 
If we write code like this,
   document.getElementById('input_field_id').value = '£1000';
It&#8217;ll display some question mark(unrecognized character) instead of the pound sign.
So we need to put character&#8217;s unicode [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/javascript/show-pound-sign-in-input-field-by-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

