> BTW, how are Unicode modules managed? If this hasn't already been dealt with, I would convert all non-UTF-8 text to UTF-8 using the Latin1UTF8 filter. The biggest reason for my suggesting this, aside from uniformity of encoding, is that Perl 5.6+ uses UTF-8 internally for all strings. --Chris