Hi,
I am trying to filter user input depending on their charset. I am displaying keywords from user inputs to other users but to not want to display e.g. arabic or chinese characters but only english/latin characters.
How can I do that with PHP? Is there a easy solution on doing this?
Thanks.