Home | History | Annotate | Download | only in encodings

Lines Matching full:ascii

11 uace_prefix = unicode(ace_prefix, "ascii")
64 # Step 1: try ASCII
65 label = label.encode("ascii")
79 # Step 4: try ASCII
81 label = label.encode("ascii")
106 # Step 1: Check for ASCII
111 label = label.encode("ascii")
118 # It doesn't say this, but apparently, it should be ASCII now
120 label = label.encode("ascii")
125 return unicode(label, "ascii")
180 # Must be ASCII string
182 unicode(input, "ascii")
243 # Must be ASCII string
245 unicode(input, "ascii")