The main reason commas are banned is because it would break operations where a comma is used as a delimiter, e.g. conversation recipients and other "auto complete" inputs. These rely on an "explode" operation on the , character explicitly. Any other character should be ignored and not cause a problem.