mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01:00
22408: support for multibyte characters in patterns
This commit is contained in:
parent
82dc72e034
commit
ef330a5dfd
8 changed files with 587 additions and 417 deletions
|
|
@ -2702,7 +2702,7 @@ wcsiident(wchar_t c)
|
|||
} else if (len == 1 && iascii(*outstr)) {
|
||||
return iident(*outstr);
|
||||
} else {
|
||||
/* not currently allowed, see above */
|
||||
/* TODO: not currently allowed, see above */
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue