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:
dcb0759
)
Fix regular expressions: ".+" -> "[^ ]+".
author
handa
<handa>
Fri, 14 Sep 2007 05:54:34 +0000
(
05:54
+0000)
committer
handa
<handa>
Fri, 14 Sep 2007 05:54:34 +0000
(
05:54
+0000)
FLT/DEVA-OTF.flt
patch
|
blob
|
history
diff --git
a/FLT/DEVA-OTF.flt
b/FLT/DEVA-OTF.flt
index
b9ed5d6
..
43a9a1c
100644
(file)
--- a/
FLT/DEVA-OTF.flt
+++ b/
FLT/DEVA-OTF.flt
@@
-180,7
+180,7
@@
(0
(cond
;; Allow eyelash RA to appear at the beginning.
- (" (RH)J(.+)(H)N "
+ (" (RH)J([^ ]+)(H)N "
| (1 otf:deva=half+) (2 gsub) (3 =) |)
(" (m)?(RH)J([^ ]*) "
| (1 =) (2 otf:deva=half+) (3 gsub) |)
@@
-191,7
+191,7
@@
(" (m?R)([^ ]*) "
| (1 otf:deva=pres+) (2 gsub) |)
- (" (.+)(H)N "
+ (" ([^ ]+)(H)N "
| (1 gsub) (2 =) |)
(" ([^ ]+) "
| (1 gsub) |)