Re: Re: Removing nonlatin characters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/4/05, Rene Brehmer <piv@xxxxxxxxxxxxxx> wrote:> Documented research indicate that on Fri, 1 Jul 2005 13:58:23 +0300, Dotan> Cohen wrote:> > > On 6/29/05, Rene Brehmer <plasticbunny@xxxxxxxxxxxxxx> wrote:> > I think you mean something like this:> >> > function stripAccents($string) {> >   $returnString = strtr($string,> >       'àáâãäçèéêëìíîïñòóôõöšùúûüýÀÁÂÃÄÇÈÉÊËÌÍÎÏÑÒÓÔÕÖŠÙÚÛÜÝ',> > 'aaaaaceeeeiiiinooooosuuuuyAAAAACEEEEIIIINOOOOOSUUUUY');> >   $returnString => > str_replace('æ','ae',str_replace('Æ','AE',$returnString));> >   $returnString => > str_replace('ø','oe',str_replace('Ø','OE',$returnString));> >   $returnString = str_replace('ß','ss',$returnString);> >   return $returnString;> > }> >> > This function is part using code once posted on this list, part my own> > creation.> >> >Thank you Rene. Does this approach have any special advantages over> >recode_string?> > Totally forgot ... there is one advantage that you can control what the> characters are replaced with ... but I dunno if recode_string does as good> a job ...> > --> Rene Brehmer> aka Metalbunny> > We have nothing to fear from free speech and free information on the> Internet, but pop-up advertising!> > http://metalbunny.net/> My little mess of things...> 
You should see how windows tries to alphabetize hebrew! Actually, XPis not so bad (unless the hebrew has vowels), but what is annoying isthe inconsistency. Winamp (not a MS product) and Media Player 10 organize differently- and neither of them are correct!
I suppose that I could add hebrew to your function. I would justreplace every hebrew character with ? as hebrew is not mixed in withlatin letters in normal usage (nor is it very compatable). Would youlike me to send to you the function afterward?
Dotanhttp://lyricslist.com/lyrics/artist_albums/238/guns_n_roses.phpGuns N' Roses Song Lyrics

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux