Skip to content

ubuntu|dog

Knowledge is power

  • Home
  • Ubuntu
  • OpenCart
  • Coding
    • PHP
    • JavaScript
    • HTML
    • CSS
  • Design
    • Photoshop
  • Links

Convert a file to utf-8 charset

December 20, 2024December 19, 2018 by dean

Convert a iso-8859-1 charset file into a utf-8 charset file using standard Linux tools.

The solution is using bash shell on a Linux OS:

iconv --from-code=ISO-8859-1 --to-code=UTF-8 iso.txt > utf.txt

Categories General
Another perfect install of ffmpeg for php on Hardy
Track your visitors by GeoIP – Part1

Recent Posts

  • Generate API Reference documentation
  • Enable HTTP/2 in Apache on Ubuntu
  • Chroot VSFTPD user on a webserver and change port of VSFTPD
  • Password protect directories / folders with nginx
  • How to install PHP opcache

Categories

  • General
  • GPS Tracking
  • HTML
  • JavaScript
  • Linux
  • Mac
  • MySQL
  • Nginx
  • OpenCart
  • PHP
  • Ubuntu
  • WordPress
© 2024 ubuntu|dog • Built with GeneratePress