![]() |
|
more useful options | |
PerlMonks |
Re^2: Encoding: my custom encoding fails on one character but works for everything else?!by herveus (Prior) |
on Sep 14, 2009 at 11:55 UTC ( #795096=note: print w/replies, xml ) | Need Help?? |
Howdy!
Thanks for those findings! There is one other potential case (at present) where there could be a single character between {}, but at present, {i} is the only one I'm using. I've long had a module that handled this conversion, but it was a standalone thing, not integrated into the Encode system. A friend wanted to be able to systematically recode file and directory names between UTF-8 and Daud. He found 'convmv' which turns out to be a Perl program that uses Encode to do the heavy lifting. That motivated me to once again try to make Daud work in the Encode framework, leading here.
yours, Michael
In Section
Seekers of Perl Wisdom
|
|