Compiling Dictionaries Created for Previous Versions of DSL Compiler
To compile a dictionary created for a previous version of DSL Compiler:
Add the following information at the beginning of the *.dsl file:
- The name of the dictionary
- The source language
- The target language
Save the file in Unicode.
If you have an English-Russian dictionary called LingvoTest, for example, add the following text to the *.dsl file:
#NAME “LingvoTest”
#INDEX_LANGUAGE “English”
#CONTENTS_LANGUAGE “Russian”
Note. If you wish to save the file in ANSI encoding, add information about the code page, for example: #SOURCE_CODE_PAGE “Cyrillic”