codecs.getwriter(encoding)
Look up the codec for the given encoding and return its StreamWriter
class or factory function.
Raises a LookupError
in case the encoding cannot be found.
codecs.getwriter(encoding)
Look up the codec for the given encoding and return its StreamWriter
class or factory function.
Raises a LookupError
in case the encoding cannot be found.
Please login to continue.