unicode-eth icon indicating copy to clipboard operation
unicode-eth copied to clipboard

Support East Asian Width Character Property

Open devstein opened this issue 3 years ago • 0 comments

Description

http://www.unicode.org/reports/tr11/tr11-38.html

Parse and set the EastAsianWidth.txt character properties. This property can be an additional property of Character and we can represent the possible values ("A", "F", "H", "N", "Na", "W") as an enum EastAsianWidth

devstein avatar Jan 22 '22 23:01 devstein