I have a form and I'm validating it as follows:
<input type="text" name="assunto" tabindex="5" pattern="[a-zA-Z0-9. - , ]{5,}" required>
But if you type some accented character (á, à, ã, ç) it does not validate, does it have any specific pattern that allows you to type this type of character?