Fix character names for control characters not being read from unicode database

Also allow unicode_names.c to be compiled with python 2 so I can re-use
it in calibre.
This commit is contained in:
Kovid Goyal
2018-05-01 10:13:22 +05:30
parent aa93c3fb66
commit f7001ea068
6 changed files with 15978 additions and 15966 deletions

2
kitty/wcwidth-std.h generated
View File

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