Lines Matching defs:charset
304 def charset(self):
393 self._charset = v.split('charset=')[1]
399 # Unicode using the character encoding specified in the charset
405 # the charset encoding. We may want to fall back to 8-bit msgids
407 charset = self._charset or 'ascii'
412 msgid1 = str(msgid1, charset)
414 catalog[(msgid1, i)] = str(x, charset)
416 catalog[str(msg, charset)] = str(tmsg, charset)
528 # output charset. All other instance data is shared with the