From 032dd0485138d1757d1fe3bab37815a15dcb9c1f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 19 Aug 2009 06:41:21 +0000 Subject: Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog, metadata.xml, and ebuilds. svn path=/main/trunk/; revision=14098 --- pym/portage/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym') 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. -- cgit v1.2.3-1-g7c22