opening txt files
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Wed Jan 16 00:54:10 EST 2013
    
    
  
On 1/15/13 11:39 PM, Kay C Lan wrote:
> If there is not an extra space after EVERY char, then it becomes much
> more difficult.
If the original was unicode, which was then converted to plain text, 
Pages might be retaining the second byte and inserting a null. In other 
words, it's keeping both of the original bytes but using only the first.
That's what LiveCode does too when you uniEncode text. Maybe uniDecode 
would fix it.
-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the use-livecode
mailing list