In my below code I am replacing .
with a non-breaking space using
$orginal_startString = str_replace('.',' ',$startString);
This works fine in windows and save in database but in linux it's not woking properl it's replacing .
with special character Â
.