is_unicode property

FieldSymbol.is_unicode property

Gets or sets whether the character code is interpreted as the value of a Unicode character.

@property
def is_unicode(self) -> bool:
    ...

@is_unicode.setter
def is_unicode(self, value: bool):
    ...

See Also