charset property

charset property

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

Definition:

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

See Also