Home | History | Annotate | Download | only in test

Lines Matching refs:CHARSETS

129         charsets = msg.get_charsets()
130 eq(charsets, [None, 'us-ascii', 'iso-8859-1', 'iso-8859-2', 'koi8-r'])
133 charsets = msg.get_charsets('dingbat')
134 eq(charsets, ['dingbat', 'us-ascii', 'iso-8859-1', 'dingbat',
138 charsets = msg.get_charsets()
139 eq(charsets, [None, 'us-ascii', 'iso-8859-1', None, 'iso-8859-2',
2454 charsets = msg.get_charsets()
2455 eq(len(charsets), 1)
2456 eq(charsets[0], 'utf-8')
2457 charset = Charset(charsets[0])
2466 charsets = msg.get_charsets()
2467 eq(len(charsets), 1)
2468 eq(charsets[0], 'us-ascii')
2469 charset = Charset(charsets[0])
3015 del CharsetModule.CHARSETS['fake']