As a follow-up of @stevenjohnstone's fix in https://github.com/trustelem/zxcvbn/pull/3, here's a suggestion for handling composite characters correctly, again keeping the change minimal and preserving the meaning of i and j as first and last bytes of the matched token.
As a follow-up of @stevenjohnstone's fix in https://github.com/trustelem/zxcvbn/pull/3, here's a suggestion for handling composite characters correctly, again keeping the change minimal and preserving the meaning of
i
andj
as first and last bytes of the matched token.