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:
85e3484
)
Escape '(' and ')' in regexp. Don't delete
author
handa
<handa>
Fri, 11 May 2007 07:59:00 +0000
(07:59 +0000)
committer
handa
<handa>
Fri, 11 May 2007 07:59:00 +0000
(07:59 +0000)
"languages" from "Multiple languages".
LANGNAME.awk
patch
|
blob
|
history
diff --git
a/LANGNAME.awk
b/LANGNAME.awk
index
5f5e5fd
..
f68c188
100644
(file)
--- a/
LANGNAME.awk
+++ b/
LANGNAME.awk
@@
-87,6
+87,8
@@
BEGIN {
name = array[idx]
if (name == "Greek, Modern (1453-)")
name = "Greek";
+ else if (name == "Multiple languages")
+ ;
else {
gsub(" \\(Other\\)$", "", name);
gsub(" languages$", "", name);