Fix a regression in the handling of some combining characters such as zero width joiners

Fixes #4439
This commit is contained in:
Kovid Goyal
2022-01-05 08:35:46 +05:30
parent 9aefcfe56f
commit d875615c03
6 changed files with 435 additions and 422 deletions

View File

@@ -1,4 +1,4 @@
// unicode data, built from the unicode standard on: 2021-10-07
// unicode data, built from the unicode standard on: 2022-01-05
// see gen-wcwidth.py
#pragma once
#include "data-types.h"