Designer loses custom xml encoding= attribute and defaults back to utf-8.
If you manually specify in your GFD file, for example:
<?xml version="1.0" encoding="iso-1859-2"?>
then save it, the form will be written as:
<?xml version="1.0"?>
This will affect our international customers.
|