Skip to content

matthieugomez/Unidecode.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages