equal
deleted
inserted
replaced
|
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 |