Skip to content

Commit 3bc22f2

Browse files
committed
Update to version 12 of the Unicode tables
1 parent 0cd23e5 commit 3bc22f2

File tree

4 files changed

+30
-15
lines changed

4 files changed

+30
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
### Changed
7+
- Updated to version 12 of the Unicode tables.
68

79
## [0.3] - 2019-02-15
810
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ With them, it generates the following files:
140140
The most current version of `wcwidth` uses the following versions of the above
141141
Unicode Standard release files:
142142

143-
* `EastAsianWidth-11.0.0.txt, Date: 2018-05-14, 09:41:59 GMT [KW, LI], © 2018 Unicode®, Inc.`
144-
* `DerivedGeneralCategory-11.0.0.txt, Date: 2018-02-21, 05:34:04 GMT, © 2018 Unicode®, Inc.`
143+
* `EastAsianWidth-12.1.0.txt, Date: 2019-03-31, 22:01:58 GMT [KW, LI], © 2019 Unicode®, Inc.`
144+
* `DerivedGeneralCategory-12.1.0.txt, Date: 2019-03-10, 10:53:08 GMT, © 2019 Unicode®, Inc.`
145145

wcwidth/widetab.lua

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ return {
107107
0x00003280,0x00003289,
108108
0x0000328A,0x000032B0,
109109
0x000032B1,0x000032BF,
110-
0x000032C0,0x000032FE,
110+
0x000032C0,0x000032FF,
111111
0x00003300,0x000033FF,
112112
0x00003400,0x00004DB5,
113113
0x00004DB6,0x00004DBF,
@@ -201,10 +201,14 @@ return {
201201
0x0000FFE4,0x0000FFE4,
202202
0x0000FFE5,0x0000FFE6,
203203
0x00016FE0,0x00016FE1,
204-
0x00017000,0x000187F1,
204+
0x00016FE2,0x00016FE2,
205+
0x00016FE3,0x00016FE3,
206+
0x00017000,0x000187F7,
205207
0x00018800,0x00018AF2,
206208
0x0001B000,0x0001B0FF,
207209
0x0001B100,0x0001B11E,
210+
0x0001B150,0x0001B152,
211+
0x0001B164,0x0001B167,
208212
0x0001B170,0x0001B2FB,
209213
0x0001F004,0x0001F004,
210214
0x0001F0CF,0x0001F0CF,
@@ -239,16 +243,20 @@ return {
239243
0x0001F680,0x0001F6C5,
240244
0x0001F6CC,0x0001F6CC,
241245
0x0001F6D0,0x0001F6D2,
246+
0x0001F6D5,0x0001F6D5,
242247
0x0001F6EB,0x0001F6EC,
243-
0x0001F6F4,0x0001F6F9,
244-
0x0001F910,0x0001F93E,
245-
0x0001F940,0x0001F970,
248+
0x0001F6F4,0x0001F6FA,
249+
0x0001F7E0,0x0001F7EB,
250+
0x0001F90D,0x0001F971,
246251
0x0001F973,0x0001F976,
247-
0x0001F97A,0x0001F97A,
248-
0x0001F97C,0x0001F9A2,
249-
0x0001F9B0,0x0001F9B9,
250-
0x0001F9C0,0x0001F9C2,
251-
0x0001F9D0,0x0001F9FF,
252+
0x0001F97A,0x0001F9A2,
253+
0x0001F9A5,0x0001F9AA,
254+
0x0001F9AE,0x0001F9CA,
255+
0x0001F9CD,0x0001F9FF,
256+
0x0001FA70,0x0001FA73,
257+
0x0001FA78,0x0001FA7A,
258+
0x0001FA80,0x0001FA82,
259+
0x0001FA90,0x0001FA95,
252260
0x00020000,0x0002A6D6,
253261
0x0002A6D7,0x0002A6FF,
254262
0x0002A700,0x0002B734,

wcwidth/zerotab.lua

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ return {
8989
0x00000E34,0x00000E3A,
9090
0x00000E47,0x00000E4E,
9191
0x00000EB1,0x00000EB1,
92-
0x00000EB4,0x00000EB9,
93-
0x00000EBB,0x00000EBC,
92+
0x00000EB4,0x00000EBC,
9493
0x00000EC8,0x00000ECD,
9594
0x00000F18,0x00000F19,
9695
0x00000F35,0x00000F35,
@@ -192,7 +191,7 @@ return {
192191
0x0000A980,0x0000A982,
193192
0x0000A9B3,0x0000A9B3,
194193
0x0000A9B6,0x0000A9B9,
195-
0x0000A9BC,0x0000A9BC,
194+
0x0000A9BC,0x0000A9BD,
196195
0x0000A9E5,0x0000A9E5,
197196
0x0000AA29,0x0000AA2E,
198197
0x0000AA31,0x0000AA32,
@@ -271,6 +270,9 @@ return {
271270
0x00011727,0x0001172B,
272271
0x0001182F,0x00011837,
273272
0x00011839,0x0001183A,
273+
0x000119D4,0x000119D7,
274+
0x000119DA,0x000119DB,
275+
0x000119E0,0x000119E0,
274276
0x00011A01,0x00011A0A,
275277
0x00011A33,0x00011A38,
276278
0x00011A3B,0x00011A3E,
@@ -297,6 +299,7 @@ return {
297299
0x00011EF3,0x00011EF4,
298300
0x00016AF0,0x00016AF4,
299301
0x00016B30,0x00016B36,
302+
0x00016F4F,0x00016F4F,
300303
0x00016F8F,0x00016F92,
301304
0x0001BC9D,0x0001BC9E,
302305
0x0001D167,0x0001D169,
@@ -315,6 +318,8 @@ return {
315318
0x0001E01B,0x0001E021,
316319
0x0001E023,0x0001E024,
317320
0x0001E026,0x0001E02A,
321+
0x0001E130,0x0001E136,
322+
0x0001E2EC,0x0001E2EF,
318323
0x0001E8D0,0x0001E8D6,
319324
0x0001E944,0x0001E94A,
320325
0x000E0100,0x000E01EF,

0 commit comments

Comments
 (0)