diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-24 08:38:28 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-24 09:27:38 +0100 |
commit | 2abbe7017fcc835c06edcc20ab4647edadb43035 (patch) | |
tree | 136e1561e3d01fd9fddb532b4c0a42101be2050e /README | |
parent | d93b241a65b7b0c4dcb6e42f957da1ed212221db (diff) | |
download | tdv-2abbe7017fcc835c06edcc20ab4647edadb43035.tar.gz tdv-2abbe7017fcc835c06edcc20ab4647edadb43035.tar.xz tdv-2abbe7017fcc835c06edcc20ab4647edadb43035.zip |
Add a custom collation mechanism
A lot better than that StarDict shitfuckery.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -19,7 +19,7 @@ this regard. Building and Running -------------------- Build dependencies: CMake, pkg-config, xsltproc, docbook-xsl, - ncursesw, zlib, termo (included), + ncursesw, zlib, ICU, termo (included), glib-2.0, pango, gtk+ (optional, any version) $ git clone https://github.com/pjanouch/sdtui.git @@ -45,6 +45,14 @@ argument. If you want the application to watch the X11 primary selection for changes and automatically search for the selected text, use the -w switch. This feature requires GTK+. +Extensions +---------- +As the original StarDict is a bit of a clusterfuck with regard to collation of +dictionary entries, I had to introduce an additional "collation" field into the +.ifo file. When sdtui discovers this field while reading the dictionary, it +automatically reorders the index according to that locale (e.g. "cs_CZ"). +This operation may take a little while. + Dictionaries ------------ Unfortunately this application only really works with specific dictionaries. |