Open ycs77 opened 5 months ago
fixed #185
Using mb_strwidth() to replace mb_strlen() to fix the incorrect spaces count of East Asian characters.
mb_strwidth()
mb_strlen()
Looks good to me. cc @nunomaduro
fixed #185
Using
mb_strwidth()
to replacemb_strlen()
to fix the incorrect spaces count of East Asian characters.