Didn't you say in your first message in this thread that the string
you're getting back from the HTTP socket is nil-encoded? If so, why
are you defining it as UTF-8?
On 8/3/06, GregO <[EMAIL PROTECTED]> wrote:
Yup. Doin too many things at once. Try it like this... (they were
originally just "s" in the code, but I didn't want it to be confusing
in the email, go figure)
str = h.Post("http://babelfish.altavista.com/babelfish/tr",30)
str = DefineEncoding(str,encodings.UTF8)
str = ConvertEncoding(str,encodings.MacRoman)
_______________________________________________
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>