Closed as not planned
Description
Description
The two terms are not interchangeable:
Charset
determines a collection of available glyphs (Unicode). SoCharset
validator would possibly check if the codepoint makes sense for the character set.Encoding
determines how the corresponding glyphs are encoded in bytes (utf8
,utf16
, etc). So theEncoding
validator would verify if the bytes representation can be decoded back to a series of codepoint.
Originally defined at #53154
Example
No response