Add a function to check if a codepoint is a symbol

This commit is contained in:
Kovid Goyal
2019-10-01 18:57:06 +05:30
parent 4a8f9efe79
commit b709ee6842
5 changed files with 476 additions and 4 deletions

2
kitty/wcwidth-std.h generated
View File

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