IMHO this little square making trouble might be an ASCII null character.
A null character is a byte with 0 value. Although it is a standard character in the ASCII code,
CF will treat it as an end of string. That would explain why your text gets truncated.
So you might check if indeed there are null characters in your file, and if yes, why are they there
and if it would be possible they do not get there.
If you can't prevent null characters, then you should look if you can treat your file as a binary object.

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to