Re: tr question (probably wrong list to ask, but ...)
[email protected] ("Chas. Owens")
| Newsgroups | perl.macosx |
|---|---|
| Message-ID | <[email protected]> |
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.