On Nov 26, 2005, at 21:03, Brano Gerzo wrote:

Xavier Noria [XN], on Saturday, November 26, 2005 at 20:53 (+0100)
thinks about:

XN> Yeah, looks like you need some kind of conversion table, but I still XN> do no understand the problem to solve. Can you be more specific? Do XN> you have examples of actual inputs and their corresponding conversions?

this is selfexplain: http://www.lookuptables.com/
when the character is possible to convert to something printable, I
can write conversion (161 -> i), but for example 241 has no printable
character, so it should be space or nothing.

Ok, there are not enough details to provide actual code, but I think you'll be done with tr///, it is documented in perlop.

-- fxn


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to