author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 02 Aug 2009 21:54:11 +0300 | |
changeset 11 | b08c100852d3 |
child 12 | bd6769abcd40 |
permissions | -rw-r--r-- |
11 | 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 |