mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
WcWidth.c: fix typo
This commit is contained in:
@@ -362,7 +362,7 @@ public final class WcWidth {
|
|||||||
{0xe0100, 0xe01ef}, // Variation Selector-17 ..Variation Selector-256
|
{0xe0100, 0xe01ef}, // Variation Selector-17 ..Variation Selector-256
|
||||||
};
|
};
|
||||||
|
|
||||||
// https://github.com/jquast/wcwidth/blob/master/wcwidth/table_zero.py
|
// https://github.com/jquast/wcwidth/blob/master/wcwidth/table_wide.py
|
||||||
// from https://github.com/jquast/wcwidth/pull/64
|
// from https://github.com/jquast/wcwidth/pull/64
|
||||||
// at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16):
|
// at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16):
|
||||||
private static final int[][] WIDE_EASTASIAN = {
|
private static final int[][] WIDE_EASTASIAN = {
|
||||||
|
Reference in New Issue
Block a user