[உபுண்டு_தமிழ்] Text Len Code Algorithm

siva karuppiah sivakg2000 at gmail.com
Thu Dec 13 10:03:29 GMT 2007


1 Define a funcition named as "str_len" with one strint argument (str1)
       {start function}
       Assign all dependent vowel signs in to a vairable named as dv
       initialize dependent vowel signs incrementor (i)
       Get actual Lenght of string(str1)(l)
       FOR EVERY char in str1
               {start for }
               check whether it's in dv (dependent vowel signs List)
                       ifyes increment  i (the dependent vowel signs
incrementor)
               {end for}
       Return diffrent between actual length(l) and the dependent vowel
signs
incrementor (i)
       {end function}

2 call the function with suitable argument
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/ubuntu-l10n-tam/attachments/20071213/9de923f0/attachment.htm 


More information about the Ubuntu-l10n-tam mailing list