Re: Python-list Digest, Vol 61, Issue 443

2008-10-30 Thread Marc 'BlackJack' Rintsch
On Thu, 30 Oct 2008 13:50:47 +0300, Seid Mohammed wrote: > ok > but still i am not clear with my problem. if i test this one > == > kk ='how old are you' len(kk) > 15 > == > but in my case > == abebe = 'አበበ በሶ በላ' len(abebe) > 23 > == > why the

Re: Python-list Digest, Vol 61, Issue 443

2008-10-30 Thread Seid Mohammed
ok but still i am not clear with my problem. if i test this one == kk ='how old are you' >>> len(kk) 15 == but in my case == >>> abebe = 'አበበ በሶ በላ' >>> len(abebe) 23 == why the lenght is 23 while I am expecting to be 9 only. becuase I have 9 characters(includi