Yeah, utf-8... Regards, Saša Stamenković
On Thu, Dec 24, 2009 at 1:06 PM, scs <[email protected]> wrote: > PHP's ucfirst function does have problems with some languages' > different characters ie: [wrong: i>I ] [correct: i>İ, ı >I]. > And these problems are only solved in php 5.3 version. > Thus, if you have problems using ucfirst like above, then you have to > write your own ucfirst function. > > scs > > > On Thu, Dec 24, 2009 at 1:40 PM, Саша Стаменковић <[email protected]> > wrote: > > True. > > > > Regards, > > Saša Stamenković > > > > > > On Thu, Dec 24, 2009 at 12:32 PM, Jurian Sluiman > > <[email protected]> wrote: > >> > >> This is a filter which only relies on the ucfirst() php function. So you > >> can > >> write this filter by yourself in about 1 minute :) > >> > >> Regards, Jurian > >> -- > >> Jurian Sluiman > >> CTO Soflomo V.O.F. > >> http://soflomo.com > >> > >> On Thursday 24 Dec 2009 12:23:33 Саша Стаменковић wrote: > >> > Capitalizing input, realy handy. Is it in progress or this > functionality > >> > can be achieved with existing filters? > >> > > >> > > >> > > http://framework.zend.com/wiki/display/ZFPROP/Zend_Filter_UcWords+-+Ashley+ > >> > Broadley > >> > > >> > Regards, > >> > Saša Stamenković > >> > > > > > >
