Japanese half-width kana dakuten(゙) and han-dakuten(゚) are not counted. ``` import stringWidth from 'string-width' console.log(stringWidth('バ')) // => 1 console.log(stringWidth('パ')) // => 1 ``` Since dakuten(゙) and han-dakuten(゚) actually have width, these results should be 2.