Browse Source

Move the CSUR data to data/csur

master
Reece H. Dunn 11 years ago
parent
commit
892006d10d
4 changed files with 10 additions and 2 deletions
  1. 3
    1
      .gitignore
  2. 0
    1
      Makefile.am
  3. 0
    0
      data/csur/Klingon.txt
  4. 7
    0
      data/csur/README.md

+ 3
- 1
.gitignore View File

@@ -12,7 +12,9 @@

# build output:

data/
data/language-subtag-registry
data/ucd

src/libucd.la
tests/printucddata


+ 0
- 1
Makefile.am View File

@@ -58,7 +58,6 @@ UCD_VERSION=@UCD_VERSION@
UCD_ROOTDIR=data/ucd

data/language-subtag-registry:
mkdir -pv data
wget -O $@ http://www.iana.org/assignments/language-subtag-registry

data/ucd/PropList.txt:

supplemental/Klingon.txt → data/csur/Klingon.txt View File


+ 7
- 0
data/csur/README.md View File

@@ -0,0 +1,7 @@
# ConScript Unicode Registry (CSUR)

This folder contains data from the [CSUR](http://www.evertype.com/standards/csur/)
in a form that is parsable by Unicode Character Database tools.

Currently, the following table data has been defined:
* [Klingon](http://www.evertype.com/standards/csur/klingon.html) [F8D0-F8FF]

Loading…
Cancel
Save