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:
9208b49
)
Fix regular expressions: ".+" -> "[^ ]+", ".*" -> "[^ ]*".
author
ntakahas
<ntakahas>
Fri, 14 Sep 2007 07:04:46 +0000
(07:04 +0000)
committer
ntakahas
<ntakahas>
Fri, 14 Sep 2007 07:04:46 +0000
(07:04 +0000)
FLT/GUJR-OTF.flt
patch
|
blob
|
history
diff --git
a/FLT/GUJR-OTF.flt
b/FLT/GUJR-OTF.flt
index
f9d8e4c
..
c31a1d3
100644
(file)
--- a/
FLT/GUJR-OTF.flt
+++ b/
FLT/GUJR-OTF.flt
@@
-132,12
+132,12
@@
(generator
(0
(cond
- (" (R)(.*)(H)N "
+ (" (R)([^ ]*)(H)N "
| (1 =) (2 gsub) (3 =) |)
(" (m?R)([^ ]*) "
| (1 otf:gujr=pres+) (2 gsub) |)
- (" (.+)(H)N "
+ (" ([^ ]+)(H)N "
| (1 gsub) (2 =) |)
(" ([^ ]+) "
| (1 gsub) |)