projects
/
m17n
/
m17n-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab5f5f
)
*** empty log message ***
author
ntakahas
<ntakahas>
Mon, 12 Sep 2005 08:32:52 +0000
(08:32 +0000)
committer
ntakahas
<ntakahas>
Mon, 12 Sep 2005 08:32:52 +0000
(08:32 +0000)
CASED.awk
patch
|
blob
|
history
diff --git
a/CASED.awk
b/CASED.awk
index
174999a
..
a4b2be8
100644
(file)
--- 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;
}
}
}