Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Convert Text To UTF-8

If you ever have a file/content that is causing you issues because apparently it isn't UTF-8 compatible, then you can do the following simple trick to convert it into a UTF-8 format.

Steps

  1. Open Sublime Text 3 (install it if you haven't got it already).
  2. Open the document in question.
  3. Click File > Save with Encoding > UTF-8

References

Last updated: 4th October 2019
First published: 4th October 2019