* lib/uniwidth/width.c (uc_width): Update comment for Unicode >= 3.1.
Reported by Emanuele Giaquinta <emanuele.giaquinta@gmail.com>.
+2010-09-05 Bruno Haible <bruno@clisp.org>
+
+ uniwidth/width: Update comment.
+ * lib/uniwidth/width.c (uc_width): Update comment for Unicode >= 3.1.
+ Reported by Emanuele Giaquinta <emanuele.giaquinta@gmail.com>.
+
2010-09-05 Bruno Haible <bruno@clisp.org>
isinf, isnan: Relax license.
}
}
/* Test for double-width character.
- * Generated from "grep '^....;[WF]' EastAsianWidth.txt"
- * and "grep '^....;[^WF]' EastAsianWidth.txt"
+ * Generated from "grep '^[^;]\{4,5\};[WF]' EastAsianWidth.txt"
+ * and "grep '^[^;]\{4,5\};[^WF]' EastAsianWidth.txt"
*/
if (uc >= 0x1100
&& ((uc < 0x1160) /* Hangul Jamo */