Missing Code

Started by ss_spark, September 16, 2008, 12:39:17 AM

Previous topic - Next topic

ss_spark

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!

TechSupport

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.

ss_spark

#2
Oh, I see!

Thank for your reply.