summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-08-19 06:41:21 +0000
committerZac Medico <zmedico@gentoo.org>2009-08-19 06:41:21 +0000
commit032dd0485138d1757d1fe3bab37815a15dcb9c1f (patch)
tree900d633b4ec2c5a9572b5822b5c6e7e44f9f44f7 /pym
parent2832db9bbc909f35cde6df3cd913237d759375e3 (diff)
downloadportage-032dd0485138d1757d1fe3bab37815a15dcb9c1f.tar.gz
portage-032dd0485138d1757d1fe3bab37815a15dcb9c1f.tar.bz2
portage-032dd0485138d1757d1fe3bab37815a15dcb9c1f.zip
Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog,
metadata.xml, and ebuilds. svn path=/main/trunk/; revision=14098
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 480e00f81..9cb3af2ae 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -124,6 +124,7 @@ _encodings = {
'content' : 'utf_8',
'fs' : 'utf_8',
'merge' : sys.getfilesystemencoding(),
+ 'repo.content' : 'utf_8',
}
# Deprecated attributes. Instead use _encodings directly.