Speed up is_combining_char() in the common case

This commit is contained in:
Kovid Goyal
2020-08-06 17:45:40 +05:30
parent 5555a66638
commit a835b56a51
5 changed files with 13 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
// unicode data, built from the unicode standard on: 2020-04-06
// unicode data, built from the unicode standard on: 2020-08-06
// see gen-wcwidth.py
#pragma once
#include "data-types.h"