Unicode in the Expression Editor (Magic xpi 4.1)
The Expression Editor transparently supports expressions based on Unicode. However, it is not possible, to enter Unicode data using the Expression Editor.
Note:
|
-
The Blb2File function removes the BOM indication from Unicode files. Therefore, using this function for manipulation of Unicode data may provide unexpected results. To save the data in ANSI format, you must use the UnicodeToANSI function.
-
When you enter data into the Expression Editor, it is saved in Unicode. For example, when using the File Management component's Write File method, a hard coded string entered in the Data property will create a Unicode file. If you select a variable holding ANSI content for the Data property, an ANSI file will be created.
|
|