Is there a way to have PHP to either: a) strip out any non-standard ascii characters (like the TM or copyright symbol)
b) have PHP encode all these symbols. I know about htmlentities, but it not catch everything. Thanks!
Is there a way to have PHP to either: a) strip out any non-standard ascii characters (like the TM or copyright symbol)
b) have PHP encode all these symbols. I know about htmlentities, but it not catch everything. Thanks!