]> git.cworth.org Git - tar/blobdiff - gnu/uniwidth/width.c
Imported Upstream version 1.24
[tar] / gnu / uniwidth / width.c
index 2dba811d626dd912409b8932347b7f6f011724d8..a2fa2f75ca02d71823e654996db22611f1a72fb9 100644 (file)
@@ -334,8 +334,8 @@ uc_width (ucs4_t uc, const char *encoding)
         }
     }
   /* 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 */