diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-11-12 10:12:37 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-08-02 15:37:49 +0300 |
commit | 4373a0bb865265f07507d36e6c151a556f3d94e8 (patch) | |
tree | 7f6f260a19773a9b0c32d6474f15a6d87ed4320f /thirdparty/icu4c/godot_data.json | |
parent | 119b2874c39aeb0aff51603fbf00f75b414a1730 (diff) | |
download | redot-engine-4373a0bb865265f07507d36e6c151a556f3d94e8.tar.gz |
[TextServer] Add ICU Unicode security and spoofing detection.
Diffstat (limited to 'thirdparty/icu4c/godot_data.json')
-rw-r--r-- | thirdparty/icu4c/godot_data.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/icu4c/godot_data.json b/thirdparty/icu4c/godot_data.json index 3a9c28af4c..e36e2b078b 100644 --- a/thirdparty/icu4c/godot_data.json +++ b/thirdparty/icu4c/godot_data.json @@ -6,5 +6,6 @@ brkitr_tree: include misc: include normalization: include + confusables: include } -}
\ No newline at end of file +} |