The Safe X3 engine used by the software from version 140 is UNICODE. It means that it is capable of managing the characters of the languages requiring a coding of more than a byte (namely the Asian characters), and supports different coding standards.
The most common standards recognized by ADONIX are the following:
In the case of ASCII characters used for European languages, the UTF8 codes ASCII characters when the code is less that 128, on a single byte, with the same ASCII code. It is thus only the accented characters that change (they are coded on 2 bytes).
This is why the ADONIX source processes are stored in UTF8 standard. A process for a version older than v140, stored in ASCII, can still be read by the editor; if it is re-written, it is automatically rewritten in UTF8. When this happens, an indicator in the process header makes possible to know if it is v130 or v140 source code.
It can nevertheless be useful to convert a process of a version above 140 into a v130 process, and in a more general way to convert a text file in ASCII code, UTF8 or UCS2 into another of these formats. This is what makes possible this utlity, which presupposes one thing: that texts are organized with a maximum of 250 characters per line, with an end of line character equal to Line Feed (code 10), whether or not it is preceded by the code for Carriage Return (code 13).
Presentation
On entering the function, the file whose code needs to be converted and the conversion sense need to be defined.
Close
Fields
The following fields are present on this tab :
File to convert
|
Define the code for the folder in which the elements to be processed are found (as it is defined in the folders table). |
|
Define the directory in which the file to be processed is found. The sub-directories of a folder that are likely to be involved are essentially the following :
|
|
Define the name of the file to be processed. Warning, according the operating systems, the upper/lower case different may or may not be significant. |
|
Extension of the file to be processed. In the case of an Adonix process, it is the extension src. |
Conversion type
|
The different conversion cases are defined by means of this choice. |
Close