You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correctly handle cjk identifiers in strip_identifier (#138)
* fix: Correct UTF-8 boundary handling in strip_identifier
* test: Replace Japanese with Chinese in CJK test
Change "変数名" (Japanese) to "变量名" (Chinese) for better CJK coverage.
* Reformat the Korean identifier test assertion to improve readability
by breaking it across multiple lines.
0 commit comments