-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
It would be good to add support for file encoding validation, specifically for two types of validation and checking:
validators.encoding(value)which validates whethervalueis a valid file encoding type (e.g. string'UTF-8'checkers.is_encoding(value)which checks against thefile_encoding()validator
and
validators.encoded(value, encoding)which validates whethervalueis encoded to theencodingcharsetcheckers.is_encoded(value, encoding)which checks against theencoded()validator
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request