bigbalbossa
Programmer
All,
I've run into an issue I have no experience with. I'm viewing a file in ultraedit that contains one name, UE shows this as (says U8-DOS format):
LILIANA MAGAÑA FRANCO
When i 'cat' this file on a unix box it looks like:
LILIANA MAGAÃA FRANCO
when i 'more' this file on a unix box it looks like:
LILIANA MAGAM-CM-^QA FRANCO
This is obviously a encoding issue, but does anybody have any ideas how to fix this? Unix or perl?
I've tried sed and tr, but can't get it right?
I've run into an issue I have no experience with. I'm viewing a file in ultraedit that contains one name, UE shows this as (says U8-DOS format):
LILIANA MAGAÑA FRANCO
When i 'cat' this file on a unix box it looks like:
LILIANA MAGAÃA FRANCO
when i 'more' this file on a unix box it looks like:
LILIANA MAGAM-CM-^QA FRANCO
This is obviously a encoding issue, but does anybody have any ideas how to fix this? Unix or perl?
I've tried sed and tr, but can't get it right?