Delphi build options |
Use this sheet to specify Delphi build related options.
Specifies various options.
Value | Description |
---|---|
Support UTF-8 strings | If checked, localized forms may use UTF-8 encoded Unicode strings. The default is checked. Uncheck this if you use Delphi 2007 or earlier. |
Support Wide strings | If checked, localized forms may use UTF-16 encoded Unicode strings. The default is checked. Uncheck this if you use Delphi 2007 or earlier. If you use Delphi 2007 or earlier and use TNT Unicode controls, you can keep it checked. |
Do not update Font.Charset property | If checked, Soluling does not update the Font.Charset property in the localized forms, but keeps the original value. If unchecked, Soluling update the property value to match the value used for the target language.. |
If you use Delphi 2009 or newer, it is recommended to keep both Support UTF-8 strings and Support Wide strings checkboxes checked.
Specifies the format of the localized forms that are created.
Value | Description |
---|---|
Same format as in the original form file |
Use the same format as in the original form file. |
Binary | Use binary form format. |
Ansi | Use Ansi text form format. Windows code page of the target language is used. |
UTF-8 | Use UTF-8 text form format. |