mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-23 10:49:45 +01:00
WcWidth.c: fix typo
This commit is contained in:
parent
63833d9c2d
commit
fc8245bba3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue