Jump to content

kevins

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kevins's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. It does not work if $change contains non-ASCII chars like α - β - Ğ - ğ - İ - ı - Ş - ş <?php $string = 'bla bla bla ëíñçíàéö bla bla ñç...'; $change = array("α",  "β",  "Ğ", "ğ" ); $tothis = array('a', 'i', 'n', 'c', 'i', 'a', 'e', 'o'); echo str_replace($change, $tothis, $string); ?>
  2. If your server does not support unicode completely, here you can test the server's response and find out some tricks accordingly: http://www.nottodolist.com/turkishTest.php The script is here. ( Just replace <> with < ): http://www.nottodolist.com/turkishTest.html http://www.nottodolist.com/test2.html
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.