Compiling Dictionaries Created for Previous Versions of DSL Compiler


To compile a dictionary created for a previous version of DSL Compiler

1. Add the following information at the beginning of the *.dsl file:

2. 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"