[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character
From: |
Bjarni Ingi Gislason |
Subject: |
Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character |
Date: |
Sun, 30 Jul 2023 02:13:35 +0000 |
On Sun, Jul 30, 2023 at 02:05:19AM +0000, Bjarni Ingi Gislason wrote:
> Simply add
>
> .if t .tr ~\(ti
>
> to "tmac/an.tmac",
> instead of changing (hard coding) it in the sources (man pages).
Correction:
Drop '.if t' as -Tutf8 is an nroff mode.