--- Keith Bennett <[EMAIL PROTECTED]> wrote:

> Is there an encoding that specifies that the data is binary
> data, rather
> than data in any specific encoding?

I'm not sure about that, but consider this: you're checking the
data by displaying it in an EditField, right?  The EditField will
take the encoding into consideration, i.e. it will treat it as
encoded even if it isn't.  So maybe the problem isn't that the
data is changing, maybe the problem is that it *appears*
different in an EditField after it has been saved as binary and
then reloaded.

Maybe if you do a special debug step that takes the
chr(mid(string, pos, 1)), where "string" is your data string and
"pos" is the character position of the character that you think
might be changing.


Mark Nutter

Quick and easy regex creation and debugging!
http://www.bucktailsoftware.com/products/regexplorer/

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to