From 854fb8c1705a52707d0b2b1ad6f9f7391c2f9267 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 25 Jan 2025 15:47:43 +0100 Subject: fix preview utf-8 compatibility --- .local/share/bin/preview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/share/bin/preview b/.local/share/bin/preview index 0ca63a7..2fe9c4d 100755 --- a/.local/share/bin/preview +++ b/.local/share/bin/preview @@ -17,7 +17,7 @@ render_manpage() { exec groff -T utf8 -m man -rcR=1 -rIN=0 -rLL="${WIDTH}n" << EOF .nr an-suppress-header-and-footer 1 .TH -$(cat) +$(cat | preconv) EOF } -- cgit v1.2.3