matthieugomez / Unidecode.jl

Convert Unicode Back to UTF-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Convert Unicode Back to UTF-8

License:MIT License


Languages

Language:Julia 100.0%