From: Anders Kaseorg Date: Sun, 27 Dec 2009 10:28:35 +0000 (-0500) Subject: commit-zephyr, zephyr-post-revprop-change: Run in UTF-8 locale. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/snippets/.git/commitdiff_plain/3d8ed4199c06e59e2bdfe6cd2146b506fe8bfb16 commit-zephyr, zephyr-post-revprop-change: Run in UTF-8 locale. Signed-off-by: Anders Kaseorg --- diff --git a/svn-hooks/commit-zephyr b/svn-hooks/commit-zephyr index b3f2f19..c0b48d7 100755 --- a/svn-hooks/commit-zephyr +++ b/svn-hooks/commit-zephyr @@ -9,6 +9,8 @@ # /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" -c scripts # /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" --full -c scripts-auto -i commits +export LC_ALL=en_US.UTF-8 + CLASS=test INSTANCE=@ FULL=0 diff --git a/svn-hooks/zephyr-post-revprop-change b/svn-hooks/zephyr-post-revprop-change index b7d90b5..af15922 100755 --- a/svn-hooks/zephyr-post-revprop-change +++ b/svn-hooks/zephyr-post-revprop-change @@ -1,5 +1,7 @@ #!/bin/sh +export LC_ALL=en_US.UTF-8 + REPOS="$1" REV="$2" USER="$3"