Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

352
Views
Convert ANSI encoding to another encoding through the Linux shell

How can I code from the Linux shell? I have a package of CSV files in ANSI and I want to convert to an encoding that doesn't have accents: ã, ç, á, í ...

How can I do it without involving any programming language?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Assuming you're using the GNU version of iconv(1) (Since you have this tagged linux it seems a safe bet):

iconv -f MS-ANSI -t US-ASCII//TRANSLIT input.csv > output.csv

(I'm guessing on the MS-ANSI from encoding; iconv --list | grep -Fi ANSI shows several other possibilities. Or your source character set could be something completely different.)

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!