eastasianwidth icon indicating copy to clipboard operation
eastasianwidth copied to clipboard

Incorrect width for some letters with diacritic marks

Open acarl005 opened this issue 4 years ago • 1 comments

const eaw = require("eastasianwidth")
eaw.characterLength("ì") // 2

This should be length 1 instead of 2.

acarl005 avatar Jan 23 '21 18:01 acarl005

This is the same issue here

System.out.println(UCharacter.getIntPropertyValue('ì', UProperty.EAST_ASIAN_WIDTH)); // UCharacter.EastAsianWidth.AMBIGUOUS;

seachicken avatar Jan 01 '22 09:01 seachicken