[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character
From: |
Chet Ramey |
Subject: |
Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character |
Date: |
Mon, 31 Jul 2023 09:31:40 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 |
On 7/29/23 10:05 PM, 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).
This is probably excellent advice for the distros, but not something bash
is going to do.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
- Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character, (continued)
- Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character, Steffen Nurpmeso, 2023/07/29
- Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character, Steffen Nurpmeso, 2023/07/29
- Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character, Bjarni Ingi Gislason, 2023/07/30
- Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character, Bjarni Ingi Gislason, 2023/07/30
- Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character,
Chet Ramey <=