Skip Menu |

This queue is for tickets about the Convert-Recode CPAN distribution.

Report information
The Basics
Id: 17179
Status: new
Priority: 0/
Queue: Convert-Recode

People
Owner: Nobody in particular
Requestors: bdonlan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.04
Fixed in: (no value)



Subject: Passing -h option to recode prevents some charset conversions
For certain charset combinations, the -h flag to recode causes recode to fail, with an error like: $ recode -h jisx_0208..utf8 Recoding is too complex for a mere table Since Convert::Recode always uses -h, some conversions are thus made impossible. Ideally, Convert::Recode ought to probe to determine if -h is usable with the given character set combination.