1
2.. _char.TeletexString:
3
4.. |ASN.1| replace:: TeletexString
5
6.. |encoding| replace:: iso-8859-1
7
8|ASN.1| type
9------------
10
11.. autoclass:: pyasn1.type.char.TeletexString(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
12   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap
13
14   .. note::
15
16       The |ASN.1| type models character string that can be entered from a sophisticated text processing machines
17       (by 20-th century standards) featuring letters from multiple alphabets (308 characters!), digits,
18       punctuation marks and escape sequences.
19
20   .. automethod:: pyasn1.type.char.TeletexString.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
21   .. automethod:: pyasn1.type.char.TeletexString.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
22