Unidecode.jl

Convert Unicode Back to UTF-8
Author matthieugomez
Popularity
0 Stars
Updated Last
2 Years Ago
Started In
June 2017

Build status

Unidecode.jl

This package convers the Unicode strings created by Latex or Emoji autocompletion back to the original UTF-8 string. Apply the function before writing your data in a CSV file, so that it can be read by softwares that do not handle Unicode.

Examples

using Unidecode
unidecode("α")
#> "alpha"
unidecode("🍫")
#> ":chocolate_bar:"

Installation

The package is registered in the General registry and so can be installed at the REPL with ] add Unidecode.

Required Packages

No packages found.