update wcswidth go version to match unicode 15 update in master

This commit is contained in:
Kovid Goyal 2022-09-30 13:42:55 +05:30
parent 8f5302a650
commit 6b04c42730
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
5 changed files with 85 additions and 49 deletions

View File

@ -1,4 +1,4 @@
// unicode data, built from the unicode standard on: 2022-09-29 // unicode data, built from the unicode standard on: 2022-09-30
// see gen-wcwidth.py // see gen-wcwidth.py
#pragma once #pragma once
#include "data-types.h" #include "data-types.h"

2
kitty/emoji.h generated
View File

@ -1,4 +1,4 @@
// unicode data, built from the unicode standard on: 2022-09-29 // unicode data, built from the unicode standard on: 2022-09-30
// see gen-wcwidth.py // see gen-wcwidth.py
#pragma once #pragma once
#include "data-types.h" #include "data-types.h"

2
kitty/unicode-data.c generated
View File

@ -1,4 +1,4 @@
// unicode data, built from the unicode standard on: 2022-09-29 // unicode data, built from the unicode standard on: 2022-09-30
// see gen-wcwidth.py // see gen-wcwidth.py
#include "data-types.h" #include "data-types.h"

2
kitty/wcwidth-std.h generated
View File

@ -1,4 +1,4 @@
// unicode data, built from the unicode standard on: 2022-09-29 // unicode data, built from the unicode standard on: 2022-09-30
// see gen-wcwidth.py // see gen-wcwidth.py
#pragma once #pragma once
#include "data-types.h" #include "data-types.h"

126
tools/wcswidth/std.go generated

File diff suppressed because one or more lines are too long