I am writing an online form which I am checking client-side through JavaScript and server-side through PHP though was wondering, should I be validating that the user doesn't include non-ASCII characters?
For instance, is there any way that programming languages would throw errors or give me any problems if I don't handle these characters - or should they be capable of dealing with them?
Thanks in advance.