On Nov 30, 2007 9:43 PM, Joel Rees <[EMAIL PROTECTED]> wrote: > I guess it would help if I posted my code and what it puts out. snip
Whoa, way to much information. Try to reproduce your issue with the least amount of code and data. Off hand I would say your problem is probably with the encoding of your data (and Perl's lack of knowledge about it). Try using the locale or encoding pragmas.