Update to Unicode 13.0

Fixes #2513
This commit is contained in:
Kovid Goyal
2020-04-06 18:59:35 +05:30
parent 590a4d70ee
commit bf4e8c490c
7 changed files with 30133 additions and 28162 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include "data-types.h"
#define VS15 1280
#define VS16 1281
#define VS15 1285
#define VS16 1286
bool is_combining_char(char_type ch);
bool is_ignored_char(char_type ch);