Unicode mode got confused before my 2003-08-05 checkin .
-#serial 18
+#serial 19
dnl Initially derived from code in GNU grep.
dnl Mostly written by Jim Meyering.
/* The following example is derived from a problem report
against gawk from Jorge Stolfi <stolfi@ic.unicamp.br>. */
memset (®ex, 0, sizeof (regex));
- s = re_compile_pattern ("[[an\201]]*n", 7, ®ex);
+ s = re_compile_pattern ("[[an\371]]*n", 7, ®ex);
if (s)
exit (1);