Ignore the non-characters from the unicode standard in addition to ignoring the control characters

This commit is contained in:
Kovid Goyal
2018-06-14 10:20:13 +05:30
parent a157f3c5e3
commit 61dd52b50f
7 changed files with 28623 additions and 27403 deletions

View File

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