# HG changeset patch # User Oleksandr Gavenko # Date 1262984627 -7200 # Node ID b5d5bd21717eb82b3fd8ceaa09bc11cccb8aa18f # Parent 6dfc4ac2dc80161a30b22c0f7b9b3be5f20266ef Descrive .tab_ file format. diff -r 6dfc4ac2dc80 -r b5d5bd21717e README --- a/README Fri Jan 08 22:59:56 2010 +0200 +++ b/README Fri Jan 08 23:03:47 2010 +0200 @@ -24,6 +24,13 @@ * What file needed to create dictionary? .tab_ and .descr, which contain text data in UTF-8 encoding. +install + +In .tab_ file lines which begin with '#' used as comment; space after '\n' +(two chars) removed. + +Words before first TAB character in .tab_ file supposed as translated word, +rest text after TAB is word article. ** .tab_ file format.