I had a worry!
found a problem, when a .frm have Unicode string or comment, then reopen after saved will missing some code at last, the missing code length is Unicode string length*2
How to solve?
Thank!
FireFly's code editor does not handle unicode characters. When reading a form file from disk it will truncate at the first Null character. This behaviour is unlikely to change in FireFly.
Oh, I see!
Thank for your reply.