Code Monkey home page Code Monkey logo

demo-convert-ucd's Introduction

demo-convert-ucd

UCD (Unicode Character Database) Convert Demo

相關討論

前置作業

以下以「Xubuntu 16.04」當作執行環境。

下載安裝「composer」

執行下面指令下載安裝「composer」

mkdir -p ~/bin
wget -c https://getcomposer.org/composer.phar -O ~/bin/composer
chmod u+x ~/bin/composer
composer self-update

然後執行下面指令

$ composer install

上面指令,會根據「composer.json」的設定。

然後產生「vendor」資料夾,和一些檔案。

下載 UCD

執行

$ make asset

會下載一些檔案和解開,放到「asset/unicode」這個資料夾。

詳細的執行動作可以參考「bin/asset.sh

主要操作

執行

$ make

顯示

Usage: make [command]

Ex:
$ make source

$ make xml
$ make html
$ make json

需要先執行

$ make source

就會產生「var/source」這個資料夾,和裡面的檔案。

接下來才可以執行「make xml」或「make html」或「make json」。

就會產生「var/xml」或「var/html」或「var/json」這幾資料夾。

demo-convert-ucd's People

Contributors

samwhelp avatar

Watchers

 avatar  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.