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:

  1. The name of the dictionary
  2. The source language
  3. 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”

Compiling Dictionaries Created for Previous Versions of DSL Compiler