Re: [PHP] Removing nonlatin characters

2005-06-28 Thread Edward Vermillion


On Jun 27, 2005, at 3:35 PM, John Nichel wrote:


Dotan Cohen wrote:
snip

What CAN'T php do?!?

/snip

I can't get it to alter space-time...yet.



Actually it does this for me all the time. I sit down at my trusty 
editor and next thing I know I'm missing a few hours!



Edward Vermillion
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Removing nonlatin characters

2005-06-27 Thread Kristen G. Thorson

Have you seen:

http://us2.php.net/manual/en/function.recode-string.php


kgt



Dotan Cohen wrote:


I thought that this was another old STFA but marc and google are quiet.

I as parsing a bunch of submitted works and some of them have
non-latin characters. I know that I once saw in the user-submitted
notes in the docs a function for replacing them with o,a,i,e,u but I
can't find it. I think that it may have been purged. Can anyone help?

Dotan
http://lyricslist.com/lyrics/artist_albums/109/carlisle_belinda.php
Belinda Carlisle Lyrics

 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Removing nonlatin characters

2005-06-27 Thread Dotan Cohen
On 6/27/05, Kristen G. Thorson [EMAIL PROTECTED] wrote:
 Have you seen:
 
 http://us2.php.net/manual/en/function.recode-string.php
 
 kgt
 

No, I didn't see that. Thank you!
What CAN'T php do?!?

Dotan Cohen
http://lyricslist.com/lyrics/artist_albums/23/aguilera_christina.php
Aguilera, Christina Song Lyrics

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Removing nonlatin characters

2005-06-27 Thread John Nichel

Dotan Cohen wrote:
snip

What CAN'T php do?!?

/snip

I can't get it to alter space-time...yet.

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Removing nonlatin characters

2005-06-27 Thread Jay Blanchard
[snip]
Dotan Cohen wrote:
snip
 What CAN'T php do?!?
/snip

I can't get it to alter space-time...yet.
[/snip]

E-mail me for the formula.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Removing nonlatin characters

2005-06-27 Thread Dotan Cohen
On 6/27/05, John Nichel [EMAIL PROTECTED] wrote:
 Dotan Cohen wrote:
 snip
  What CAN'T php do?!?
 /snip
 
 I can't get it to alter space-time...yet.
 
 --
 John C. Nichel
 ÜberGeek
 KegWorks.com
 716.856.9675
 [EMAIL PROTECTED]
 

function spacetime($distance,$time) {
  if ( $time$now || $distance$here ) {
altereinstein(+$distance*$time);
  } else {
altereinstein(-$distance*$time);
  }
}

Dotan Cohen
http://lyricslist.com/lyrics/artist_albums/153/def_leppard.php
Def Leppard Song Lyrics

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Removing nonlatin characters

2005-06-24 Thread Dotan Cohen
I thought that this was another old STFA but marc and google are quiet.

I as parsing a bunch of submitted works and some of them have
non-latin characters. I know that I once saw in the user-submitted
notes in the docs a function for replacing them with o,a,i,e,u but I
can't find it. I think that it may have been purged. Can anyone help?

Dotan
http://lyricslist.com/lyrics/artist_albums/109/carlisle_belinda.php
Belinda Carlisle Lyrics

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php