summary refs log tree commit diff
path: root/www/git.causal.agency/about-filter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/git.causal.agency/about-filter.sh')
-rw-r--r--www/git.causal.agency/about-filter.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/git.causal.agency/about-filter.sh b/www/git.causal.agency/about-filter.sh
index 216c86e9..26a52648 100644
--- a/www/git.causal.agency/about-filter.sh
+++ b/www/git.causal.agency/about-filter.sh
@@ -1,8 +1,9 @@
 #!/bin/sh
 
+export LANG=en_US.UTF-8
 case "$1" in
 	(*.[1-9])
-		/usr/bin/mandoc -T utf8 \
+		/usr/bin/mandoc \
 			| /usr/local/libexec/ttpre \
 			| /usr/bin/sed -E \
 				's,([a-z0-9_-]+)[(]([1-9])[)],<a href="\1.\2">&</a>,g'