[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Character Encoding in SVN

From: Børre Gaup <boerre_at_skolelinux.no>
Date: Tue, 26 May 2009 21:56:54 +0200

Maŋŋebárga 26. miessemánu 2009 16.45.30 Chris Nagele čálii:
> We've been getting complaints about encoding issues for commit
> messages. Is there a way to support UTF-8 so multiple languages and
> characters are supported in SVN?
>

I did this change in post-commit.

Before:
commit-email.pl "$REPOS" "$REV" -h victorio.uit.no samicvs_at_localhost

After:
LC_ALL=en_US.UTF-8 commit-email.pl "$REPOS" "$REV" -h victorio.uit.no
samicvs_at_localhost

This was on a CentOS Linux system.

regards,

Børre Gaup

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2354114

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-26 21:57:54 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.