From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11146 invoked from network); 19 May 2020 22:06:48 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 19 May 2020 22:06:48 -0000 Received: (qmail 29655 invoked by alias); 19 May 2020 22:06:40 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24861 Received: (qmail 29660 invoked by uid 1010); 19 May 2020 22:06:40 -0000 X-Qmail-Scanner-Diagnostics: from mail.covisp.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25814. spamassassin: 3.4.4. Clear:RC:0(65.121.55.42):SA:0(-2.6/5.0):. Processed in 3.061168 secs); 19 May 2020 22:06:40 -0000 X-Envelope-From: lbutler@covisp.net X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at covisp.net designates 65.121.55.42 as permitted sender) From: Lewis Butler Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Prompts with emoji issues Date: Tue, 19 May 2020 16:05:59 -0600 References: <00DD587E-134E-46AE-8416-DB858F6ABD06@covisp.net> <2475C365-C62B-48DE-AC8A-3866E2DAEEEC@covisp.net> <2066CB5D-FC4B-49CE-893A-A430D933C425@covisp.net> <062FFA20-B1CE-40DC-9B9A-F57315542A1F@covisp.net> <5F4CE203-8A09-47F5-B22F-7634B70D4A02@covisp.net> To: Zsh Users In-Reply-To: Message-Id: <91E30643-7EDA-4B23-A8E9-F93BCD8EDABA@covisp.net> X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Qmail-Scanner-2.11: added fake MIME-Version header MIME-Version: 1.0 On 19 May 2020, at 07:54, Roman Perepelitsa = wrote: > You need to fix typos in your prompt. Start with this: I don't know what message you replied to, but I assume you didn't read = the entire thread? > Note that I've replaced =F0=9F=91=B9 with $'\U1F479'. This is = intentional. It's > meant to trigger an error if your locale is misconfigured. If you get > an error saying "zsh: character not in range", your locale isn't > UTF-8. You need to make it UTF-8. My local is UTF-8 on all devices. > print -r ${(l:${(m)#toon}:: :)}$'XYZ\n'$toon' ^-- must point to Y' Works fine in Terminal app on macOS and also when tmuxed into FreeBSD, = so this is not triggering the issue I am seeing with the prompt in = FreeBSD. --=20