ode
> Subject: Re: revBrowser's htmltext property for Unicode text
>
> Nevermind, just tried it, doesn't work correctly. innerText doesn't work
either.
>
> On Fri, Jun 3, 2011 at 6:36 AM, Mike Bonner wrote:
>
> > Another option you could try is something
Nevermind, just tried it, doesn't work correctly. innerText doesn't work
either.
On Fri, Jun 3, 2011 at 6:36 AM, Mike Bonner wrote:
> Another option you could try is something like the following
>
> *-- uses javascript to place the body of the current page into the tText
> variable.*
> *put
Another option you could try is something like the following
*-- uses javascript to place the body of the current page into the tText
variable.*
*put revBrowserExecuteScript(sBrowserId,"result=document.body.innerHTML")
into tText*
and see if javascript sets the result correctly so you can use
Hi Slava,
This can happen when a website uses (binary) unicode text instead of html
encoded text. Externals can't pass binary data to the LiveCode engine. As a
result, LC gets incorrectly encoded text and text that cannot be decoded is
replaced with question marks.
Sockets, however, can pass