Home | History | Annotate | Download | only in test

Lines Matching refs:charsets

124         charsets = msg.get_charsets()
125 eq(charsets, [None, 'us-ascii', 'iso-8859-1', 'iso-8859-2', 'koi8-r'])
128 charsets = msg.get_charsets('dingbat')
129 eq(charsets, ['dingbat', 'us-ascii', 'iso-8859-1', 'dingbat',
133 charsets = msg.get_charsets()
134 eq(charsets, [None, 'us-ascii', 'iso-8859-1', None, 'iso-8859-2',
2320 charsets = msg.get_charsets()
2321 eq(len(charsets), 1)
2322 eq(charsets[0], 'utf-8')
2323 charset = Charset(charsets[0])
2332 charsets = msg.get_charsets()
2333 eq(len(charsets), 1)
2334 eq(charsets[0], 'us-ascii')
2335 charset = Charset(charsets[0])
2782 del CharsetModule.CHARSETS['fake']