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.