Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Encoding::Guess and perl 5.6
- Date: Mon, 8 May 2006 09:54:22 -0700
- From: "Ian MacLean" <imaclean@example.com>
- Subject: Re: [tlug] Encoding::Guess and perl 5.6
- References: <3156339d0605051333t2a232ec0kf099151efe22183c@example.com> <d8fcc0800605052226o2f19b993he503e757aae7e5bc@example.com>
Thanks Josh,
I took a bit of a stab at that and ended up with a build failure looking for utf8::encode. However I think its worth pursuing further since it will sureley be better than re-implementing the functionality from scratch.
IanOn 5/5/06, Josh Glover <jmglov@example.com> wrote:On 06/05/06, Ian MacLean <imaclean@example.com> wrote:
> The Encoding::Guess module works a treat but unfortunately for this project we
> are restricted to perl 5.6 for various reasons and it requires 5.7.2 or
> greater.
An alternate approach would be to just try Encoding::Guess with 5.6
and see why it does not work. Maybe you can back-port it, using a
trick like:
eval "require 5.7.2";
if ($@) {
# do 5.6-specific stuff here
}
I would imagine the authors of E::G would be pleased to roll such a
change into their module, provided it is implemented cleanly.
Cheers,
Josh
--
The TLUG mailing lists and web site are temporarily provided by OnJapan.net
http://www.OnJapan.net/
The TLUG server is hosted by Open Source Development Lab Japan.
http://www.osdl.jp/
To unsubscribe from this mailing list,
please see the instructions at http://www.tlug.jp/list.html
- References:
- [tlug] Encoding::Guess and perl 5.6
- From: Ian MacLean
- Re: [tlug] Encoding::Guess and perl 5.6
- From: Josh Glover
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Accessing microphone
- Next by Date: Re: [tlug] Accessing microphone
- Previous by thread: Re: [tlug] Encoding::Guess and perl 5.6
- Next by thread: [tlug] Accessing microphone
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links