From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <47707b6ae7a9e578b1bf0eb6e1c4c4b0@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] perl + utf? From: "Russ Cox" In-Reply-To: <20030112151655.X88430-100000@fbsd.acl.lanl.gov> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Date: Mon, 13 Jan 2003 12:07:12 -0500 Topicbox-Message-UUID: 401bff80-eacb-11e9-9e20-41e7f4b1d025 I didn't do anything with Unicode when I ported Perl, but it's hard to break the basics. It's probably the client not translating from Latin1 to UTF8. Everything on IRC is in Latin1, I think. g% perl -e 'print "☺\n"' ☺ g%