Message39

Author btami
Recipients
Date 2005-12-01.09:51:44
Content
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.
History
Date User Action Args
2005-12-01 09:51:45btamilinkissue41 messages
2005-12-01 09:51:44btamicreate