Re: badly calculated width of emoji in psql - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: badly calculated width of emoji in psql
Date
Msg-id CAFj8pRA0doypwaE6idvUMzS=9Ak85CF=4qwSzpST3ABQ+DuP-w@mail.gmail.com
Whole thread Raw
In response to Re: badly calculated width of emoji in psql  (John Naylor <john.naylor@enterprisedb.com>)
List pgsql-hackers


čt 12. 8. 2021 v 18:36 odesílatel John Naylor <john.naylor@enterprisedb.com> napsal:
I tried this patch on and MacOS11/iterm2 and RHEL 7 (ssh'd from the Mac, in case that matters) and the example shown at the top of the thread shows no difference:

john.naylor=# \pset border 2
Border style is 2.
john.naylor=# SELECT U&'\+01F603';
+----------+
| ?column? |
+----------+
| 😃        |
+----------+
(1 row)


did you run make clean?

when I executed just patch & make, it didn't work


(In case it doesn't render locally, the right bar in the result cell is still shifted to the right.

What is the expected context to show a behavior change? Does one need some specific terminal or setting?

I assigned screenshots
 

--
Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: badly calculated width of emoji in psql
Next
From: Jacob Champion
Date:
Subject: Re: badly calculated width of emoji in psql