<?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>Santhosh Thottingal &#187; hyphenation</title>
	<atom:link href="http://thottingal.in/blog/tag/hyphenation/feed/" rel="self" type="application/rss+xml" />
	<link>http://thottingal.in/blog</link>
	<description>/home/santhosh</description>
	<lastBuildDate>Mon, 23 Aug 2010 11:29:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Inkscape hyphenation extension</title>
		<link>http://thottingal.in/blog/2009/10/03/inkscape-hyphenation-extension/</link>
		<comments>http://thottingal.in/blog/2009/10/03/inkscape-hyphenation-extension/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 14:33:03 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Indic]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[hyphenation]]></category>
		<category><![CDATA[inkscape]]></category>

		<guid isPermaLink="false">http://thottingal.in/blog/?p=231</guid>
		<description><![CDATA[One year back I wrote about how to use Inkscape as a workaround solution for DTP in indic scripts. Still we don&#8217;t have any DTP software which supports Indic scripts in Unicode. Scribus still does not have the Indic support. One issue with inkscape when used as DTP for indic script was, a few indic [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">One year back I wrote about <a href="http://thottingal.in/blog/2008/04/10/using-inkscape-for-dtp-in-indic-scripts/">how to use Inkscape as a workaround solution for DTP in indic scripts</a>. Still we don&#8217;t have any DTP software which supports Indic scripts in Unicode. <a href="http://www.scribus.net/">Scribus</a> still does not have the Indic support.</p>
<p style="text-align: justify;">One issue with inkscape when used as DTP for indic script was, a few indic scripts always wanted hyphenation when text is justified. For example Malayalam has lengthy words and often space is wasted in lines if the text is not automatically hyphenated. But this feature was not available in inkscape. There is a <a href="https://bugs.launchpad.net/inkscape/+bug/171140">wishlist bug</a> for adding this feature to Inkscape.  I tried to develop an extension for Inkscape to achieve this.</p>
<p style="text-align: justify;">It is on top of the python hyphenation code written by Wilbert  Berendsen. The hyphenation rules, also called as patterns is TeX or<br />
Openoffice itself. So  I can support any language which has TeX hyphenation rules. But, since the hyphenation rules are language specific we need a language selection mechanism for the text first. Then only we can select the rules and do the hyphenation. But it is very tricky to implement.  Asking the language of the text every time it is justified is not a good idea. Setting a language for document is another choice, but what if the text contains multiple languages?  But for Indian languages it is very easy, we can automatically detect the scripts using unicode codepoints and load the rules accordingly. So for the time being, my extension support only English and all Indian languages.</p>
<p style="text-align: justify;">Download the extension from <a href="http://thottingal.in/projects/inkscape_hyphenation/inkscape-hyphenation.zip">http://thottingal.in/projects/inkscape_hyphenation/inkscape-hyphenation.zip</a> . In GNU/Linux machines,  extract the zip file and copy to /usr/share/inkscape/extensions folder. In Windows , extract to [inkscape installation directory]\extensions folder.  After this close and reopen inkscape. You will see a menu named Hyphenate in Effects-&gt;Text menu.    In the document, add a text field, enter text in any indian language. Select the text and apply hyphenation by Effects-&gt;Text-&gt;Hyphenate. Then change the alignment of text to justify. You will see the text get hyphenated and occupying maximum possible space in the text field</p>
<p style="text-align: justify;">I got satisfactory result with Malayalam and Tamil. I did not test other languages. Following images illustrates hyphenated, justified, two column layout of text done in Inkscape</p>
<div class="mceTemp" style="text-align: justify;">
<dl class="wp-caption alignnone" style="width: 417px;">
<dt class="wp-caption-dt"><a href="http://thottingal.in/projects/inkscape_hyphenation/hyphenated-inkscape.png"><img title="Malayalam Hyphenation In inkscape " src="http://thottingal.in/projects/inkscape_hyphenation/hyphenated-inkscape.png" alt="Malayalam Hyphenation In inkscape " width="407" height="574" /></a></dt>
<dd class="wp-caption-dd">Malayalam Hyphenation In inkscape </dd>
</dl>
</div>
<div class="mceTemp" style="text-align: justify;">
<dl class="wp-caption alignnone" style="width: 420px;">
<dt class="wp-caption-dt"><a href="http://thottingal.in/projects/inkscape_hyphenation/hyphenated-inkscape-tamil.png"><img title="Tamil Hyphenation in Inkscape" src="http://thottingal.in/projects/inkscape_hyphenation/hyphenated-inkscape-tamil.png" alt="Tamil Hyphenation in Inkscape" width="410" height="577" /></a></dt>
<dd class="wp-caption-dd">Tamil Hyphenation in Inkscape</dd>
</dl>
</div>
<p style="text-align: justify;">We had a discussion about this in<a href="me: OK, Once you read it http://sourceforge.net/mailarchive/forum.php?thread_name=20090924155717.GC4250%40bowman.infotech.monash.edu.au&amp;forum_name=inkscape-devel"> inkscape mailing list </a>. Some developers suggested to have this feature built in, not as extension.  There are few issues to be solved for that. One thing is language selection as I explained. The other issue is regarding the hyphenation character to be used. <a href=" http://www.unicode.org/unicode/reports/tr14/#SoftHyphen">Unicode standard insists to use soft hyphen</a> &#8211; u00AD as hyphenation character. This is an invisible character. For Malayalam, visible hyphens are not required. But some other languages require the hyphen sign where the word is broken at the end of the line. The rules for whether the soft hyphen should be visible or not visible is not clear in Unicode&#8217;s specification. Pango never displays a the soft hyphen. There are criticism on this specification of softhyphen</p>
<ul style="text-align: justify;">
<li>Jukka Korpela, Soft hyphen (SHY) &#8211; a hard problem?  <a href="http://www.cs.tut.fi/%7Ejkorpela/shy.html" target="_blank">http://www.cs.tut.fi/~jkorpela/shy.html</a></li>
<li> Markus Kuhn, Unicode interpretation of SOFT HYPHEN breaks ISO 8859-1   compatibility. Unicode Technical Committee document L2/03-155R, June 2003. <a href="http://www.cl.cam.ac.uk/%7Emgk25/ucs/L2/03155r-kuhn-soft-hyphen.pdf" target="_blank">http://www.cl.cam.ac.uk/~mgk25/ucs/L2/03155r-kuhn-soft-hyphen.pdf</a></li>
</ul>
<p style="text-align: justify;">So I think there is something to be done from Rendering engine or Unicode need to clarify the confusions.  But Openoffice and HTML rendering engines always make soft hyphen at the end of the line, which is not desired for some languages.</p>
<p style="text-align: justify;">Try this extension, let me know the comments. For small scale DTP works, such as pamphlets, notices, brochures  inkscape is enough. But since inkscape is not primarily a DTP software and does not have paging support, for books and large scale DTP works, it may not work well.</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://thottingal.in/blog/2009/10/03/inkscape-hyphenation-extension/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Hyphenation Pattern Extensions for Openoffice</title>
		<link>http://thottingal.in/blog/2009/08/15/ooo_hyphenation_extensions/</link>
		<comments>http://thottingal.in/blog/2009/08/15/ooo_hyphenation_extensions/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 09:35:45 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Indic]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[hyphenation]]></category>

		<guid isPermaLink="false">http://thottingal.in/blog/?p=221</guid>
		<description><![CDATA[Openoffice Indic Natural Language group announces the availability of the following Openoffice hyphenation dictionary extensions. Malayalam Hyphenation Rules version 1.2 Kannada Hyphenation Rules version 1.1 Bengali Hyphenation Rules verson 1.1 Hindi Hyphenation Rules version 1.1 Telugu Hyphenation Rules version 1.0 Tamil Hyphenation Rules version 1.0 Gujarati Hyphenation Rules version 1.0 Panjabi Hyphenation Rules version 1.0 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.services.openoffice.org/wiki/NLC/IndicGroup">Openoffice Indic Natural Language group</a> announces the availability of the following Openoffice hyphenation dictionary extensions.</p>
<ol>
<li><a title="http://extensions.services.openoffice.org/project/hyph_ml_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_ml_IN">Malayalam Hyphenation Rules version 1.2</a></li>
<li> <a title="http://extensions.services.openoffice.org/project/hyph_kn_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_kn_IN">Kannada Hyphenation Rules version 1.1</a></li>
<li> <a title="http://extensions.services.openoffice.org/project/hyph_bn_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_bn_IN">Bengali Hyphenation Rules verson 1.1</a></li>
<li> <a title="http://extensions.services.openoffice.org/project/hyph_hi_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_hi_IN">Hindi Hyphenation Rules version 1.1</a></li>
<li> <a title="http://extensions.services.openoffice.org/project/hyph_te_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_te_IN">Telugu Hyphenation Rules version 1.0</a></li>
<li> <a title="http://extensions.services.openoffice.org/project/hyph_ta_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_ta_IN">Tamil Hyphenation Rules version 1.0</a></li>
<li> <a title="http://extensions.services.openoffice.org/project/hyph_gu_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_gu_IN">Gujarati Hyphenation Rules version 1.0</a></li>
<li> <a title="http://extensions.services.openoffice.org/project/hyph_pa_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_pa_IN">Panjabi Hyphenation Rules version 1.0</a></li>
<li> <a title="http://extensions.services.openoffice.org/project/hyph_or_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_or_IN">Oriya Hyphenation Rules version 1.0</a></li>
<li> <a title="http://extensions.services.openoffice.org/project/hyph_mr_IN" rel="nofollow" href="http://extensions.services.openoffice.org/project/hyph_mr_IN">Marathi Hyphenation Rules version 1.0</a></li>
</ol>
<p><a href="http://extensions.services.openoffice.org/project/dict_ml_IN">Spellchecker extension for Malayalam</a> is also ready.</p>
<p>For a complete list of writing aids for Openoffice in Indic Languages is available <a href="http://wiki.services.openoffice.org/wiki/NLC/IndicGroup">here</a></p>
<p>Hyphenation Rules for Languages other than Marathi is already packages in Fedora 11. This releases contains updates and bug fixes. Fedora 12 will contains these updates. These extensions are yet to be packaged for Debian/Ubuntu.</p>
<p>More details about hyphenation rules are <a href="http://thottingal.in/blog/tag/hyphenation/">available here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://thottingal.in/blog/2009/08/15/ooo_hyphenation_extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyphenation of Indian Languages in Webpages</title>
		<link>http://thottingal.in/blog/2008/12/16/hyphenation-of-indian-languages-in-webpages/</link>
		<comments>http://thottingal.in/blog/2008/12/16/hyphenation-of-indian-languages-in-webpages/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 05:27:00 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Indic]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hyphenation]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://thottingal.in/blog/?p=60</guid>
		<description><![CDATA[In my last blogpost I explained hyphenation of Indian language text in openoffice. In this blogpost I will explain how hyphenation can be done in webpages. As I explained importance of hyphenation come into picture when we justify the text. The length of the lines are controlled by the parent tags&#8230;. Unicode had defined a [...]]]></description>
			<content:encoded><![CDATA[<p>In my last blogpost I explained <a href="http://santhoshtr.livejournal.com/15266.html">hyphenation of Indian language text in openoffice</a>. In this blogpost I will explain how hyphenation can be done in webpages.</p>
<p>
As I explained importance of hyphenation come into picture when we justify the text. The length of the lines are controlled by the parent tags&#8230;. Unicode had defined a special character called soft hyphen for  hyphenation denoted by &amp;shy; . In HTML, the plain hy­phen is rep­re­sent­ed by the &#8220;-&#8221; char­ac­ter (&amp;#45; or&amp;#x2D;). The soft hy­phen is rep­re­sent­ed by the char­ac­ter en­ti­ty ref­er­ence &amp;shy; (&amp;#173; or &amp;#xAD;)
</p>
<p>User agents-browsers can break the line whenever a soft hyphen is found. So if we have a javascript based implemenation, which insert the softhyphen in between the words based on language specific rules, we can achieve hyphenation in webpages too.
</p>
<p>
<a href="http://code.google.com/p/hyphenator/">Hyphenator</a> is a project which does exactly the same.<i> &#8220;Hyphenator.js brings client-side hyphenation of HTML-Documents on to every browser by inserting soft hyphens using hyphenation patterns and Frank M. Liangs hyphenation algorithm commonly known from LaTeX and Openoffice. &#8220;</i>
</p>
<p>
Hyphenator was not tested for any non-latin languages so far. I tried to add support for Indian languages and the result was satisfactory. I used the<br />
same rules I defined for openoffice. Unlike latin languages, the number of hyphenation patterns for Indian languages is very less and the performance is good because of that.
</p>
<p>
I have added Malayalam, Tamil, Hindi, Oriya, Kannda, Telugu, Bengali, Gujarati and Panjabi support to it. <a href="http://download.savannah.gnu.org/releases/smc/hyphenation/web/example.html">You can see a working example here</a>. (I wanted to embed one example here. But livejournal doesnot allow javascript inside blog body ). The column layout is done by CSS. Try resizing the browser windows and try a print preview too..
</p>
<p>
Don&#8217;t forget to read the source code of that page. It is very simple. If you want hyphenation in your webpage, all you need is to include the javascript as done in the example.  We need to provide the lang attributes for nodes so that the required patterns for that language can be loaded. I placed the new language patterns temporarily in download area of SMC. I will ask the author of  Hyphenator to include it in upstream itself. Code is  <a href="http://download.savannah.gnu.org/releases/smc/hyphenation/web">available here</a>
</p>
<hr/>
<b>Update(18-Dec-2008):</b>Thanks to Mathias Nater, author of hyphenator, the patterns were added to <a href="http://code.google.com/p/hyphenator">upstream</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thottingal.in/blog/2008/12/16/hyphenation-of-indian-languages-in-webpages/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hyphenation of Indian Languages and Openoffice</title>
		<link>http://thottingal.in/blog/2008/12/13/hyphenation-of-indian-languages-and-openoffice/</link>
		<comments>http://thottingal.in/blog/2008/12/13/hyphenation-of-indian-languages-and-openoffice/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 02:20:00 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Indic]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hyphenation]]></category>
		<category><![CDATA[openoffice]]></category>

		<guid isPermaLink="false">http://thottingal.in/blog/?p=59</guid>
		<description><![CDATA[What is Hiphenation? Hyphenation is the process inserting hyphens in between the syllables of a word so that when the text is justified, maximum space is utilized. Hiphenation is an important feature that DTP softwares provide. For Indian languages there is no good DTP softwares available. XeTex is the only choice to work with unicode [...]]]></description>
			<content:encoded><![CDATA[<p><b>What is Hiphenation?</b></p>
<p>
Hyphenation is the process inserting hyphens  in between the syllables of a word so that when the text is <a href="http://en.wikipedia.org/wiki/Justification_(typesetting)">justified</a>, maximum space is utilized.
</p>
<p>
Hiphenation is an important feature that DTP softwares provide. For Indian languages there is no good DTP softwares available. XeTex is the only choice to work with unicode and professional quality page layout. But xetex and DTP are not exactly same.  Inkscape can be used as temporary solution. But only for small scale works. There is a project going on to add Harfbuzz backend to Scribus, the freedomware DTP package.
</p>
<p>
Hiphenation is also requred in many other places. Actually it is required where ever we &#8216;justify&#8217; a block of text in openoffice or any wordprocessors. Same is the case of webpages. If we justify a block of text in ml_IN, let is see what is happening now</p>
<p><img src="http://pics.livejournal.com/santhoshtr/pic/0000wd6p" width="267" height="118" border='0'/></p>
<p>
Note the long gaps between words. This is a screenshot taken from firefox. The default hiphenation just breaking the lines in space characters. And no doubt that it makes the pages ugly. The problem becomes worse if the length of the word is more and column width is less.
</p>
<p>
So what is the solution?
</p>
<p>Ideal solution : Applications should be aware of the language, its hiphenation rules and should to the hiphenation wherever required.</p>
<p>Openoffice can take hiphenation dictionaries just like spell checkers. But for Indian languages,  we are yet to prepare  hiphenation dictionaries(more on that later.) . CSS3 draft of w3c has a provision for<a href="http://www.w3.org/TR/css3-text/#hyphenate"> hyphenate</a>. But it is stil in draft stage</p>
<p><b>Algorithm For Hiphenation</b></p>
<p>
The basic for all hyphenation algorithms is the hyphenation algorithm, designed by Frank Liang in 1983, which is adopted in TeX. <a href="http://en.wikipedia.org/wiki/TeX#Hyphenation_and_justification">Wikipedia artcle of TeX</a> explain this with very simple example</p>
<blockquote><p>
If TeX must find the acceptable hyphenation positions in the word encyclopedia, for example, it will consider all the subwords of the extended word .encyclopedia., where . is a special marker to indicate the beginning or end of the word. The list of subwords include all the subwords of length 1 (., e, n, c, y, etc), of length 2 (.e, en, nc, etc), etc, up to the subword of length 14, which is the word itself, including the markers. TeX will then look into its list of hyphenation patterns, and find subwords for which it has calculated the desirability of hyphenation at each position. In the case of our word, 11 such patterns can be matched, namely 1c4l4, 1cy, 1d4i3a, 4edi, e3dia, 2i1a, ope5d, 2p2ed, 3pedi, pedia4, y1c. For each position in the word, TeX will calculate the maximum value obtained among all matching pattern, yielding en1cy1c4l4o3p4e5d4i3a4. Finally, the acceptable positions are those indicated by an odd number, yielding the acceptable hyphenations en-cy-clo-pe-di-a. This system based on subwords allows the definition of very general patterns (such as 2i1a), with low indicative numbers (either odd or even), which can then be superseded by more specific patterns (such as 1d4i3a) if necessary. These patterns find about 90% of the hyphens in the original dictionary; more importantly, they do not insert any spurious hyphen. In addition, a list of exceptions (words for which the patterns do not predict the correct hyphenation) are included with the Plain TeX format; additional ones can be specified by the user.
</p></blockquote>
<p>
For  more details about the algorithm used in Openoffice <a href="http://markmail.org/download.xqy?id=rwne7kf67ttyk62l&#038;number=2"> read</a> this paper by Nemeth Laszlo</p>
<p><b>Hiphenation in Indian languages.</b></p>
<p>Unlike  English or  any other languages, hiphenation in Indian languages are not that much complex. In general following are the rules</p>
<ul>
<li>[consonant][vowel][consonat] can  be hiphenated as [consonant][vowel] &#8211; [consonat]  if vowel is not a virama or halant </li>
<li>Dont split a word after ZWJ</li>
<li>We can split a word after ZWNJ</li>
<li>plus any language specific rules. For eg: in ml_IN a line should not start with a chillu letter.</li>
</ul>
<p><b>Hiphenation Dictionaries for Indian languages.</b></p>
<p>
Based on the above mentioned rules, Let us try to create hiphenation dictionaries for Indian languages. I will explain this with the help of a Hindi word example: अनुपल्ब्ध.<br />
We have to define the following rules in the dictionary for this  <br/><br />
अ1  ->  1 is odd number , ie. word can be splitterd after अ <br/><br />
ु1 ->  1 is odd number , ie. word can be splitterd after ु <br/><br />
1ल  ->  1 is odd number , ie. word can be splitterd before  ल <br/><br />
1प ->  1 is odd number , ie. word can be splitterd before  प <br/><br />
1ब ->  1 is odd number , ie. word can be splitterd before  ब <br/><br />
्2 ->  2 is even number , ie. word can NOT be splitterd after  ्  <br/><br />
1ध ->  1 is odd number , ie. word can be splitterd before  ध <br/><br />
So the end result is अ+नु+प+ल्ब्ध <br/>
</p>
<p>Same way we can create the Hyphenation dictionaries for all other languages. I have prepared the Hyphenation dictionaries for 8 Indian Languages. <a href="http://git.savannah.gnu.org/gitweb/?p=smc.git;a=tree;f=hyphenation">Download it from the git repo of the SMC</a>. <br/><br />
<b>How to Install a xx_IN hyphenation dictionary.</b></p>
<ul>
<li> Copy the hyphenation dictionay hyph_xx_IN to /usr/share/myspell/dicts folder.</li>
<li>  Create a file at /usr/share/myspell/infos/ooo/ folder named openoffice.org-hyphenation-xx  with one line content<br />
HYPH xx IN hyph_xx_IN
</li>
<li>Run this command sudo update-openoffice-dicts </li>
</ul>
<p>
Open the openoffice writer, Open some fille in your language or type some text. Justify the text. Set the language of the selection by using Tools->Language  menu Hiphenate it by using Tools->Language->Hiphenation menu.
</p>
<p>
Hope it works <img src='http://thottingal.in/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I tested only Hindi and Malayalam. For other languages , inform me if you see any problems or if it is not working . Here is the hyphenated Malayalam paragraph. Compare it with the image I showed at the beginning of this blogpost
</p>
<p><img src="http://pics.livejournal.com/santhoshtr/pic/0000xw9h" width="263" height="98" border='0'/></p>
<p>
Ok. so after testing these hyphenation dictionaries, if we provide them to upstream and packaged, hyiphenation problems in openoffice is solved. <img src='http://thottingal.in/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
But&#8230;. How to solve this problem in web pages?!. We will discuss it in next blogpost!<br/><br />
PS: Thanks to Nemeth Laszlo , author of Hunspell and Openoffice Hyphenation for helping me to prepare the hyphenation tables.
</p>
<hr/>
<b>Update(Apr 16,2009)</b> The hyphenation dictionaries were packaged for Fedora and will be part of Fedora 11</p>
]]></content:encoded>
			<wfw:commentRss>http://thottingal.in/blog/2008/12/13/hyphenation-of-indian-languages-and-openoffice/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->