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
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.