Quote:
Originally Posted by kh99
Maybe try putting a u at the end of your pattern string:
Code:
"/\b(" . implode($bwords,"|") . ")\b/iu"
to tell it to use unicode strings.
|
yes sir , i try this pattern already
i change
/i to
/iu
and try it on Different places
- on online external php file by [
/iu] only - > works good
- on localhost vbulletin plugin by [
/i] only - > works good
but ..
- on localhost external php file - > don't work
- on online vbulletin plugin - > don't work
so .. i Become confused :erm: , i don't know what's the wrong
--------------- Added [DATE]1416112678[/DATE] at [TIME]1416112678[/TIME] ---------------
UPDATE :
when i convert php files to encoding ANSI , Results appear in Arabic by pattern "/\b(" . implode($bwords,"|") . ")\b/i"
but on plugin how i solve this problem ?