public class Wcwidth
extends java.lang.Object
Constructor and Description |
---|
Wcwidth() |
Modifier and Type | Method and Description |
---|---|
static int |
length(java.lang.CharSequence s) |
static int |
of(int codePoint)
See : http://www.cl.cam.ac.uk/%7Emgk25/ucs/wcwidth.c
The following two functions define the column width of an ISO 10646
character as follows:
- The null character (U+0000) has a column width of 0
|
public static int of(int codePoint)
public static int length(java.lang.CharSequence s)
Copyright © 2019. All Rights Reserved.