| Age | Commit message (Collapse) | Author | Files | Lines |
|
* they are simply ignored
* in openrussian.lua, we delegate Unicode handling to SQLite
* for Bash completions, we ignore accents during matching but (have to)
preserve them in the prefix -- see comments.
* also properly escape SQL strings preserving accidental code injection.
This means we do not necessarily have to port openrussian-completion.bash
to Lua.
|
|
schema changes
* ./openrussian -p <word>
now directly prints to stdout, which is useful for postprocessing
lookups.
|
|
* matches have to be direct, which is not always practical
* there is no reverse search (from English search terms)
* missing Makefile
* missing Bash completions
|