Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rP7b7-009QRr-8i for pgsql-hackers@arkaria.postgresql.org; Sun, 14 Jan 2024 21:00:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rP7b6-00Ccq2-CS for pgsql-hackers@arkaria.postgresql.org; Sun, 14 Jan 2024 21:00:48 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rP7b6-00Ccpu-35 for pgsql-hackers@lists.postgresql.org; Sun, 14 Jan 2024 21:00:48 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rP7b3-001Xlm-9E for pgsql-hackers@lists.postgresql.org; Sun, 14 Jan 2024 21:00:46 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:2ae7:2867:64d8:87dc]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4TCnjl0tBrz3F9Q; Sun, 14 Jan 2024 22:00:43 +0100 (CET) Date: Sun, 14 Jan 2024 22:00:42 +0100 From: Christoph Berg To: Andrew Dunstan Cc: PostgreSQL Hackers Subject: Re: plperl and perl 5.38 Message-ID: References: <87b35222-06c6-33b7-a0e6-617a400dcace@dunslane.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87b35222-06c6-33b7-a0e6-617a400dcace@dunslane.net> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Andrew Dunstan > > +WARNING: could not determine encoding for locale "C.utf8": codeset is "ANSI_X3.4-1968" > > I can't reproduce this on my Ubuntu 22.04 ARM64 instance with perl 5.38.2 > installed via perlbrew, nor on a fresh Debian unstable with it's perl > 5.38.2. In both instances my LANG is set to en_US.UTF-8. It was a problem on the perl side: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060456 (Fixed on Jan 12th) Thanks for trying, Christoph