0

I have problem France language in searching in php . My project work fine in English, but when I search in France language, it always shows Message: non-utf8 string: é. Any one have solution with this problem? Help me please.

koe
  • 736
  • 1
  • 12
  • 33

1 Answers1

2

you can use function htmlentities

example : htmlentities($testForSearch);

more you can see here http://php.net/htmlentities

sk juli kaka
  • 470
  • 1
  • 5
  • 19
  • i don't know why this function can help for a case in a function but other function still can't help – koe Jan 15 '14 at 08:50