All the little things that happen between bouts of coding. Covering internet technologies, Python, Mac OS X, and open source.
Sunday, August 29, 2010
PyMOTW: codecs - String encoding and decoding
The codecs module provides stream and file interfaces for transcoding data in your program. It is most commonly used to work with Unicode text, but other encodings are also available for other purposes.
0 comments:
Post a Comment