PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: ss_spark on September 16, 2008, 12:39:17 AM

Title: Missing Code
Post by: ss_spark on September 16, 2008, 12:39:17 AM
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!
Title: Re: Missing Code
Post by: TechSupport on September 17, 2008, 07:01:19 PM
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.
Title: Re: Missing Code
Post by: ss_spark on September 17, 2008, 10:31:34 PM
Oh, I see!

Thank for your reply.