X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=CASED.awk;h=a4b2be8930b1643d6b1d009e531a1242725bd55b;hb=cc4eed05384f5dcbdbdcdb1de834860d5532f830;hp=174999a0826e6bf22c586fb8a73bd3f50f8ec8fc;hpb=ac0f19c267976951d915458b935217d2380587f4;p=m17n%2Fm17n-db.git diff --git a/CASED.awk b/CASED.awk index 174999a..a4b2be8 100644 --- a/CASED.awk +++ b/CASED.awk @@ -75,13 +75,11 @@ function range(str, bit) { } /^[^\#]/ { - if (FILENAME == "UNIDATA/UnicodeData.txt") { if ($3 ~ /L[ltu]/) single($1, 1); else if ($3 ~ /Mn|Me|Cf|Lm|Sk/) single($1, 2); - next; } else if (FILENAME == "UNIDATA/PropList.txt") { @@ -90,7 +88,6 @@ function range(str, bit) { range($1, 1); else single($1, 1); - next; } } @@ -100,7 +97,6 @@ function range(str, bit) { range($1, 2); else single($1, 2); - next; } } }