Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-09 | share hyphenators between windows/tabs | Johannes Hofmann | |
2012-11-05 | trim some spaces | corvid | |
2012-09-20 | add test/trie program | Johannes Hofmann | |
The test/trie program allows to create better packed tries to reduce memory consumption of the hyphenation even further. Usage: trie <pattern file> > <prefix>/lib/dillo/hyphenation/<lang>.pat.trie e.g: ./trie hyph-de-1996.pat > /usr/local/lib/dillo/hyphenation/de.pat.trie If the <lang>.pat.trie is found, dillo will use this precompressed trie instead of the <lang>.pat file. |