![]() |
|
XP is just a number | |
PerlMonks |
Re^2: Module to read - modify - write text files in any unicode encodingby Rudif (Hermit) |
on May 20, 2008 at 22:22 UTC ( #687680=note: print w/replies, xml ) | Need Help?? |
ikegami Your code just works, also when I apply it to UTF-8. Apart from the lack in symmetry in my IO layers, that you pointed out, I found another source of my confusion, which you probably noticed, but you did not comment on :
my_hexdump() based on Data::Hexdump that I was using in tests is wrong - on Windows. In addition, I was using hdump.pl to dump my test files. It agreed with my_hexdump(), but they were both wrong!. Here is a correct file hexdump, based on your code :
Thank you for the insight.
In Section
Seekers of Perl Wisdom
|
|