# Copyright 2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 import codecs _codec_map = None def _setup_encodings(default_encoding, filesystem_encoding, missing_encodings): """ The