Skip to content

Commit

Permalink
update for unicode 12 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Mar 30, 2019
1 parent 5ae11af commit e76cebb
Show file tree
Hide file tree
Showing 3 changed files with 7,082 additions and 6,871 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The C library is found in this directory after successful compilation
and is named `libutf8proc.a` (for the static library) and
`libutf8proc.so` (for the dynamic library).

The Unicode version supported is 11.0.0.
The Unicode version supported is 12.0.0.

For Unicode normalizations, the following options are used:

Expand Down
4 changes: 2 additions & 2 deletions data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ utf8proc_data.c.new: data_generator.rb UnicodeData.txt GraphemeBreakProperty.txt
$(RUBY) data_generator.rb < UnicodeData.txt > $@

# GNU Unifont version for font metric calculations:
UNIFONT_VERSION=11.0.01
UNIFONT_VERSION=12.0.01

unifont.ttf:
$(CURL) $(CURLFLAGS) -o $@ $(URLCACHE)https://mirrors.kernel.org/gnu/unifont/unifont-$(UNIFONT_VERSION)/unifont-$(UNIFONT_VERSION).ttf
Expand All @@ -35,7 +35,7 @@ CharWidths.txt: charwidths.jl unifont.sfd unifont_upper.sfd EastAsianWidth.txt
$(JULIA) charwidths.jl > $@

# Unicode data version
UNICODE_VERSION=11.0.0
UNICODE_VERSION=12.0.0

UnicodeData.txt:
$(CURL) $(CURLFLAGS) -o $@ -O http://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt
Expand Down
Loading

0 comments on commit e76cebb

Please sign in to comment.