Re: broken table formatting in psql - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: broken table formatting in psql
Date
Msg-id 20220902124303.u4d6busgfyuwanqj@alvherre.pgsql
Whole thread Raw
In response to Re: broken table formatting in psql  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
On 2022-Sep-02, Kyotaro Horiguchi wrote:

> UnicodeData.txt
>     174:00AD;SOFT HYPHEN;Cf;0;BN;;;;;N;;;;;
> 
> Soft-hyphen seems like not zero-width.. usually...

Soft-hyphen *is* zero width.  It should not be displayed.  It's just a
marker so that typesetting software knows where to add real hyphens in
case a word is too long to appear in a single line.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/



pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: Re: Fix possible bogus array out of bonds (src/backend/access/brin/brin_minmax_multi.c)
Next
From: Tom Lane
Date:
Subject: Re: Missing CFI in iterate_word_similarity()