[Ilugc] [ilugc] [PHP] Need help in program

  • From: priyacst@xxxxxxxxx (priya cst)
  • Date: Mon, 9 Jan 2012 22:45:47 +0530

Hi,

I am trying to write a program to split Tamil characters in a word.
When I use this function,
*preg_match_all('/./u', $str, $results)*

I get this output
*array(5) { [0]=> string(3) "?" [1]=> string(3) "?" [2]=> string(3) "?"
[3]=> string(3) "?" [4]=> string(3) "?" } *

But I have to get each characters ? ?? ??, not ? ? ? ? ?

so anyone can help me to correct this program.

Thank you.



Regards,
Priya.

Other related posts: