From eae518ab57463f944db78849e16a95b8bf304dd7 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 17 Nov 2025 14:23:07 -0500 Subject: [PATCH] FreeBSD should use gprintf, to get Unicode chars. --- tcshrc.system.FreeBSD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcshrc.system.FreeBSD b/tcshrc.system.FreeBSD index 4117c9f..87827ce 100644 --- a/tcshrc.system.FreeBSD +++ b/tcshrc.system.FreeBSD @@ -8,6 +8,8 @@ setenv CSHENV_SYSTEM_CONFIGURED FreeBSD setenv LESS -erF setenv PAGER less +alias printf gprintf + if( $?CSHENV_DEBUG ) then echo "Done sourcing tcshrc.system.FreeBSD..." endif