On Wed, 2010-11-24 at 10:28 +0530, Arun Venkataswamy wrote: > > hi, > > > > in context of the discussion on counting tamil characters, here is > one > > solution: > > > > > Hi Kenneth, > > I am not good in Python, but does your code handle vowels coming in > the > front? That is, vowels used in the beginning of the words?
actually there are two types of vowel - one that is a character in it's own right and the other that is just an addition to a character. My code counts the first type of vowel (which is at the beginning of a word), but not the second type. -- regards KG http://lawgon.livejournal.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
