From ef330a5dfddc763b83fe2406a91c61519279de68 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 9 Apr 2006 21:47:21 +0000 Subject: 22408: support for multibyte characters in patterns --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index ef8c23e9e..da453af6f 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -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; } } -- cgit 1.4.1