]> gitweb.fperrin.net Git - Dictionary.git/commit
Fix comparison for entries starting with "-".
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 29 Dec 2015 10:41:00 +0000 (11:41 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 29 Dec 2015 10:41:00 +0000 (11:41 +0100)
commit71e3edc548080b5c6abcd043652035397c6a41d8
tree5f6ab308ddfa768449714707a25c4cbce60ddebc
parent8b4f43f722c4550303080e9a02f5ca1b43d9b3cc
Fix comparison for entries starting with "-".

This avoids not being able to find whole sections if unlucky,
e.g. everything between petitz and phi in the EN-FR dictionary
because of the "-phil" entry.
AndroidManifest.xml
src/com/hughes/android/dictionary/engine/Index.java
src/com/hughes/android/dictionary/engine/NormalizeComparator.java