SecureBlackbox 2020 Python Edition

Questions / Feedback?

charset Property

The charset to apply to Message .

Syntax

def get_charset() -> str: ...
def set_charset(value: str) -> None: ...

charset = property(get_charset, set_charset)

Default Value

"utf-8"

Remarks

Use this property to specify the character set to use in the message.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]