[PATCH] Ensure HG useses utf-8 encoding

Ricky Zhou ricky at fedoraproject.org
Mon Oct 5 13:20:03 UTC 2009


On 2009-10-05 08:12:29 AM, Mike McGrath 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'
>  
> -- 
> 1.6.2.5
+1

Thanks,
Ricky
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20091005/f672e35c/attachment.bin 


More information about the infrastructure mailing list