Make the Unicode database version used available

This commit is contained in:
Kovid Goyal
2022-11-17 20:11:50 +05:30
parent 38547c9e7a
commit e5e8cc72c6
10 changed files with 30 additions and 4 deletions

2
tools/wcswidth/std.go generated
View File

@@ -3242,3 +3242,5 @@ func IsEmojiPresentationBase(code rune) bool {
}
}
var UnicodeDatabaseVersion [3]int = [3]int{15, 0, 0}