<?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: Removing Vowels from Hebrew Unicode Text</title>
	<atom:link href="http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/</link>
	<description>ShafTek.org = SHAFranovich TECHnologies</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:43:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dovid Harrison</title>
		<link>http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/comment-page-1/#comment-145658</link>
		<dc:creator>Dovid Harrison</dc:creator>
		<pubDate>Fri, 09 Dec 2011 11:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/#comment-145658</guid>
		<description>This was very helpful. Thank you! It works wonderfully for stripping nikudos off of a shoresh. I translated your algorithm to Ruby, for use in a personal project. 

def stripVowels(rawString)
  newString = &#039;&#039;
  rawString.mb_chars.each_char do &#124;c&#124;
    newString &lt;&lt; c if c.ord1479
  end
  return newString
end</description>
		<content:encoded><![CDATA[<p>This was very helpful. Thank you! It works wonderfully for stripping nikudos off of a shoresh. I translated your algorithm to Ruby, for use in a personal project. </p>
<p>def stripVowels(rawString)<br />
  newString = &#8221;<br />
  rawString.mb_chars.each_char do |c|<br />
    newString &lt;&lt; c if c.ord1479<br />
  end<br />
  return newString<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay R</title>
		<link>http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/comment-page-1/#comment-136963</link>
		<dc:creator>Jay R</dc:creator>
		<pubDate>Mon, 10 Oct 2011 15:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/#comment-136963</guid>
		<description>Thanks. You saved me a lot of time and tedious data entry!</description>
		<content:encoded><![CDATA[<p>Thanks. You saved me a lot of time and tedious data entry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/comment-page-1/#comment-65855</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 04 Oct 2009 05:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/#comment-65855</guid>
		<description>Thank you!  This code is incredible, even if I haven&#039;t any idea how to actually use it on my mac.....  So I&#039;ll be using your page to remove the vowels when I need to. I hope you&#039;ll keep it right here.</description>
		<content:encoded><![CDATA[<p>Thank you!  This code is incredible, even if I haven&#8217;t any idea how to actually use it on my mac&#8230;..  So I&#8217;ll be using your page to remove the vowels when I need to. I hope you&#8217;ll keep it right here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance Laytner</title>
		<link>http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/comment-page-1/#comment-39133</link>
		<dc:creator>Lance Laytner</dc:creator>
		<pubDate>Mon, 01 Sep 2008 01:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaftek.org/blog/2005/06/03/removing-vowels-from-hebrew-unicode-text/#comment-39133</guid>
		<description>Hello,
I&#039;d very much like to use your code to strip the vowels from either a Unicode file or an Excel spreadsheet with multiple Hebrew words. How can I make it work? Thanks so much.
Best,
Lance</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;d very much like to use your code to strip the vowels from either a Unicode file or an Excel spreadsheet with multiple Hebrew words. How can I make it work? Thanks so much.<br />
Best,<br />
Lance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.332 seconds -->

