Front page | perl.perl5.porters |
Postings from May 2003
Re: Encode.pm question
Thread Previous
From:
SADAHIRO Tomoyuki
Date:
May 15, 2003 05:52
Subject:
Re: Encode.pm question
Message ID:
20030515214959.A8B4.BQW10602@nifty.com
On Thu, 15 May 2003 18:17:40 +0900
Dan Kogai <dankogai@dan.co.jp> wrote:
> On Thursday, May 15, 2003, at 09:40 AM, Mark J. Reed wrote:
> > Sorry, I'm having trouble getting at CPAN at the moment;
> > Hope this isn't the wrong place to ask this question.
>
> Not very wrong since Encode is part of perl core. For unicode-specific
> questions, there is yet another list called perl-unicode@perl.org.
>
> > Has anyone implemented UTF-7 within Encode yet? I noticed
> > it doesn't come with 5.8 by default, and thought I would check before
> > implementing it myself.
>
> You are right. Encode does not have UTF-7 since I reckoned virtually
> no one is using it :) And so far as I see there is no CPANized module
> that does that, though Punycode is already implemented in
> Encode::Punycode by Tatsuhiko Miyagawa.
Unicode::String has ->utf7() method for UTF-7.
http://search.cpan.org/author/GAAS/Unicode-String-2.07/String.pm
SADAHIRO Tomoyuki
Thread Previous