On Jul 16, 2006, at 1:13 PM, Joe Huber wrote:

So now the question is what could be different about the obj.Text string contents and my forced 'strPath2 = "/Users/tjones"' string value.

Text encoding is one obvious potential difference.

The obj.Text.Encoding.InternetName is UTF-16. As soon as I used ConvertEncoding instead of DefineEncoding, the issue is resolved. I've also noticed 3 other location where I was using Define instead of Convert and fixed them as well!

I am officially wearing the List Dunce cap for the day -

        DefineEncoding does not do what ConvertEncoding does
        DefineEncoding does not do what ConvertEncoding does
        DefineEncoding does not do what ConvertEncoding does
        DefineEncoding does not do what ConvertEncoding does
        DefineEncoding does not do what ConvertEncoding does
        ... 10,000 times on the chalkboard :(

Thanks for the nudges Joe :).

Tim
--
Tim Jones                                       [EMAIL PROTECTED]

_______________________________________________
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