For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > June 2007 > Remove all unicode from a string









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Remove all unicode from a string
jerry@mynetserv.com

2007-06-13, 9:58 pm

I am trying to use php to remove all unicode from a string. What I am
seeing it the white question mark with a black diamond. I have tried
html_entity_decode and preg_replace but had no luck. Any help would be
greatly appreciated. Thanks!

iktorn

2007-06-14, 3:59 am

jerry@mynetserv.com napisał(a):
> I am trying to use php to remove all unicode from a string. What I am
> seeing it the white question mark with a black diamond. I have tried
> html_entity_decode and preg_replace but had no luck. Any help would be
> greatly appreciated. Thanks!
>


PHP has a couple of built-in functions that might help you:

utf8_decode (decoding to iso-8859-1)
iconv (decode to almost any charset you need, use //IGNORE to decode all
string)

--
Wiktor Walc
http://phpfreelancer.net
Gleep

2007-06-14, 3:59 am

On Thu, 14 Jun 2007 07:15:02 +0200, iktorn <spam@phpfreelancer.net> wrote:

>jerry@mynetserv.com napisa?(a):
>
>PHP has a couple of built-in functions that might help you:
>
>utf8_decode (decoding to iso-8859-1)
>iconv (decode to almost any charset you need, use //IGNORE to decode all
>string)





these come in handly



function asciify($str)
{
$unicode_array = array("–" => "-",
"—" => "-",
"–" => "-",
"‘" => "'",
"’" => "'",
"’" => "'",
"‘" => "'",
"…" => "...",
"…" => "...",
"“" => "\"",
"“" => "\"",
"”" => "\"",
"”" => "\"");
$str = strtr($str, $unicode_array);
return strtr($str, " ŠŒŽšœžŸ¥µÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßà
áâãäåæçèéêëìíîïðñòóôõöøùúûüýÿ",
" SOZsozYYuAAAAAAACEEEEIIIIDNOOOOOOUUUUYsa
aaaaaaceeeeiiiionoooooouuuuyy");
}



$new_str = ereg_replace( "[^A-Za-z0-9]", "", $str );




Sohrab

2007-06-16, 6:22 am

http://www.videomoviesonline.com/watch?vid=726071
Bongo

2007-06-19, 10:14 pm

http://www.shockingonline.com/b?id=1673286
Idon

2007-06-20, 11:50 am

Pamela Anderson and Halle Berry Crazy On High Heels!
http://www.shockingtheworld.com/watch?id=1673286

movie set transformer free black porn movie skirt mature movie tgp work buy video game zoo sex free movie
figure movie transformer gay tube video movie jack my first sex teacher movie free xxx video clip
download hilton new paris tape billar de gratis juegos solo horse movie sex home sex movie amateur free secret video
300 movie workout download free asian sex movie adult gift store video free video of animal and girl 2007 cruise joyner tom

anna nicole smith porn movie
asian sex movie
video porn da scaricare gratis
epic movie ost
free erotic video
britney slip spear vagina
indian porn video
paris hilton picture
hardcore facial movie asian
google video store
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com