1
0
Fork 0
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:
Peter Stephenson 2006-04-09 21:47:21 +00:00
parent 82dc72e034
commit ef330a5dfd
8 changed files with 587 additions and 417 deletions

View file

@ -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;
}
}