charset property

charset property

The character encoding of the linked resource. See the charset attribute definition in HTML 4.01.

Definition:

@property
def charset(self):
    ...
@charset.setter
def charset(self, value):
    ...

See Also