BUG #16222: [[:print:]] doesn't correctly handle Emoji skin tone modifiers on MacOS - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16222: [[:print:]] doesn't correctly handle Emoji skin tone modifiers on MacOS
Date
Msg-id 16222-35e7eba712c52525@postgresql.org
Whole thread Raw
Responses Re: BUG #16222: [[:print:]] doesn't correctly handle Emoji skin tone modifiers on MacOS  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16222
Logged by:          Mack Earnhardt
Email address:      mack@agilereasoning.com
PostgreSQL version: 11.6
Operating system:   MacOS Catalina
Description:

On Linux heroku-18, these expressions both eval true:

select '✌'~'\A[[:print:]]*\Z';
select '✌🏻'~'\A[[:print:]]*\Z';

On MacOS Catalina, the 1st evals true but the 2nd evals false.


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #16221: ERROR while importing Plpython , pltcl
Next
From: Juan José Santamaría Flecha
Date:
Subject: Re: BUG #16221: ERROR while importing Plpython , pltcl