Ability to register someone with a period in his last name without throwing an error

When I add a registrant to a meeting with the API by posting to /meetings/12345/registrants and the registrant’s last name has a period in it, the call fails by returning a 400 status code.

A really cool feature to add would be either the ability to do this, or to return a meaningful error message.

Thanks!