I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-02-15 16:58:07-08 by edsu in response to 116
Re: Space character dropped in MARC::Charset

Can you send me a simple test that illustrates this bug? I'm trying this test, and it works fine...I guess I'm just missing the context where you discovered the problem.

my $charset = MARC::Charset->new(); is( $charset->to_utf8(' '), ' ', 'three spaces ok' );
Direct Responses: 124 | Write a response