onsol-labs / rust-unic

UNIC: Unicode and Internationalization Crates for Rust

Home Page:https://crates.io/crates/unic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNIC: Unicode and Internationalization Crates for Rust

to update versions

  1. download latest files from:

wget -P external/unicode/emoji/data/ -A .txt -nd -r -l1 --no-parent https://unicode.org/Public/emoji/latest/

wget -P external/unicode/idna/data/ -A .txt -nd -r -l1 --no-parent https://unicode.org/Public/idna/latest/

wget -P external/unicode/ucd https://unicode.org/Public/UCD/latest/ucd/UCD.zip && unzip external/unicode/ucd/UCD.zip -d external/unicode/ucd/data && wget -P external/unicode/ucd https://unicode.org/Public/UCD/latest/ucd/Unihan.zip && unzip external/unicode/ucd/Unihan.zip -d external/unicode/ucd/data/Unihan

run cargo run --bin unic-gen

to test: run cargo run --bin unic-inspector <emoji> run cargo run --bin unic-echo <emoji>

About

UNIC: Unicode and Internationalization Crates for Rust

https://crates.io/crates/unic

License:Other


Languages

Language:Rust 99.0%Language:Shell 1.0%