Re: [PATCH] Ensure HG useses utf-8 encoding

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Mon, Oct 5, 2009 at 10:12 AM, Mike McGrath <mmcgrath@xxxxxxxxxx> wrote:
---
 modules/transifex/files/tx-django.wsgi |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/modules/transifex/files/tx-django.wsgi b/modules/transifex/files/tx-django.wsgi
index b54076c..1291f66 100755
--- a/modules/transifex/files/tx-django.wsgi
+++ b/modules/transifex/files/tx-django.wsgi
@@ -14,9 +14,11 @@ setup_environ(settings)

 # Setting up the SOCK to use ssh-agent
 os.environ['SSH_AUTH_SOCK']='/var/lib/transifex/ssh-agent-sock-transifex'
-
 os.environ['CVS_RSH']='ssh'

+# Ensure HG uses utf-8 encoding
+os.environ['HGENCODING']='utf-8'
+
 # Setting up the home dir
 os.environ['HOME'] = '/var/lib/transifex'

I'm suspicious of saying something, but I give a +1. :)

--
Diego Búrigo Zacarão
http://diegobz.net

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux