Home | History | Annotate | Download | only in idlelib

Lines Matching full:ascii

39 encoding = "ascii"
53 # these problems, falling back to ASCII
57 encoding = 'ascii'
67 encoding = 'ascii'
90 text="Non-ASCII found, yet no encoding declared. Add a line like")
264 # Make sure it is an ASCII string
265 self.eol_convention = self.eol_convention.encode("ascii")
309 # If it is ASCII, we need not to record anything
311 return unicode(chars, 'ascii')
315 # the user should declare a non-ASCII encoding
398 # This is either plain ASCII, or Tk was returning mixed-encoding
401 # See whether there is anything non-ASCII in it.
404 return chars.encode('ascii')