diff --git a/Project.toml b/Project.toml index da1055e..62e95c1 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["Entities", "Unicode"] license = "MIT" name = "Unicode_Entities" uuid = "a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7" -version = "1.0.1" +version = "1.1.0" [deps] StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f" diff --git a/README.md b/README.md index f80ad8f..701ccfa 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,5 @@ Unicode_Entities.jl This builds tables for looking up Unicode entity names and returning the Unicode character(s), looking up a character or pair of characters and finding Unicode entity names that return it/them, and finding all of the Unicode name completions for a particular string, if any. + +Version 1.1.x has is based on Unicode version 13.0.0 diff --git a/data/README.md b/data/README.md deleted file mode 100644 index 1c95211..0000000 --- a/data/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Data files for Unicode_Entities - -# Input: - -* ``UnicodeData.txt``: From ftp://ftp.unicode.org/Public/UNIDATA - -# Output: - -* ``unicode.dat`` diff --git a/data/unicode.dat b/data/unicode.dat index 96885f6..97d8901 100644 Binary files a/data/unicode.dat and b/data/unicode.dat differ