projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a93f99
)
Fixed typo in transliterate rule
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 5 Feb 2009 14:14:24 +0000
(15:14 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 5 Feb 2009 14:14:24 +0000
(15:14 +0100)
doc/yaz-icu-man.xml
patch
|
blob
|
history
diff --git
a/doc/yaz-icu-man.xml
b/doc/yaz-icu-man.xml
index
7c2bda5
..
10a5d29
100644
(file)
--- a/
doc/yaz-icu-man.xml
+++ b/
doc/yaz-icu-man.xml
@@
-236,7
+236,7
@@
<transform rule="[:Control:] Any-Remove"/>
<tokenize rule="w"/>
<transform rule="[[:WhiteSpace:][:Punctuation:]] Remove"/>
- <transliterate rule="xy -> z"/>
+ <transliterate rule="xy > z"/>
<display/>
<casemap rule="l"/>
</icu_chain>