Orbits
1
|
Classes | |
class | Codec |
Codec APIs. More... | |
class | IncrementalEncoder |
class | IncrementalDecoder |
class | StreamWriter |
class | StreamReader |
Functions | |
def | nameprep |
def | ToASCII |
def | ToUnicode |
def | getregentry |
Variables | |
tuple | dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") |
string | ace_prefix = "xn--" |
tuple | uace_prefix = unicode(ace_prefix, "ascii") |
def encodings.idna.getregentry | ( | ) |
def encodings.idna.nameprep | ( | label | ) |
def encodings.idna.ToASCII | ( | label | ) |
def encodings.idna.ToUnicode | ( | label | ) |
string encodings.idna.ace_prefix = "xn--" |
tuple encodings.idna.dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]") |
tuple encodings.idna.uace_prefix = unicode(ace_prefix, "ascii") |
Copyright 2014 Google Inc. All rights reserved.