Coder Social home page Coder Social logo

data-unicode-ucd.rlib's Introduction

Unicode Character Database (UCD) Data

Data mirror of Unicode® Character Database (UCD) data-set (https://unicode.org/Public/).

See https://github.com/open-i18n/data-unicode for more details.

License

Please see Unicode® Terms of Use (https://www.unicode.org/copyright.html) for License Agreement of these data files.

This is an unofficial repository and is not affiliated with the Unicode Consortium. Unicode® is a trademark of the Unicode Consortium.

This is a fork for Unicode 14.0

The original version of this is here.

Ran this to get the data:

# Unicode 14.0 is coming soon, and I wanted its names instead of the current names because I am responsible for a few of 'em.

rm -rf /tmp/unicode.org
OPWD=$PWD
cd /tmp
wget -r -l5 --no-parent https://unicode.org/Public/14.0.0/ucd/
find . -iname '*.txt' -type f | parallel mv {} {= '$_ =~ s/-14\.0\.0d\d+//;' =}
cd $OPWD/data
find /tmp/unicode.org/Public/14.0.0/ucd -type f | parallel mv {} {= '$_ =~ s@/tmp/unicode.org/Public/14.0.0/ucd/@@;' =}
cd ..

data-unicode-ucd.rlib's People

Contributors

behnam avatar ctrlcctrlv avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.