Posted on 2005-02-15 14:17:02-08 by jmcnamara in response to 116
Re: Space character dropped in MARC::Charset

It uses pack/unpack pattern "A3" which removes trailing spaces.

I guess that you could also replace the unpack template with 'a3a1a1' since the "a" format won't strip trailing whitespace.

John.
--
Direct Responses: 125 | 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.