README
changeset 11 b08c100852d3
child 12 bd6769abcd40
equal deleted inserted replaced
10:8ba6bf51d9df 11:b08c100852d3
       
     1 -*- outline -*-
       
     2 
       
     3 * What file needed to create dictionary?
       
     4 
       
     5 .tab_ and .descr, which contain text data in UTF-8 encoding.
       
     6 
       
     7 ** .tab_ file format.
       
     8 
       
     9 Used such format:
       
    10 
       
    11   WORD [TAB] TRANSLATION [LF]
       
    12 
       
    13 When processing TRANSLATION string in all occurrence of "\n " (literary
       
    14 back-slash small-letter-n and space) removed space.
       
    15 
       
    16 ** .descr file format.
       
    17 
       
    18 First line added to .ifo file as value of description.
       
    19 
       
    20 Next lines ignored and used for miscellaneous notes.
       
    21