Jump to content

Read text from Firefox doesnt work if german or croatian characters?


Orao
 Share

Recommended Posts

I am trying to read text from firefox using the FF.au3 script.

But foreign letters are not displayes correctly; letters like "ö", "ä", "č", "ć".

What am i doing wrong?

Here is an example of the problem:

#include <FF.au3>


_FFStart("www.wetter.de","", 2)

$text = _FFReadtext()


MsgBox(4096,"",$text)

Here is the result i get:

post-64065-0-05793500-1393441658_thumb.p

What am i doing wrong?

Thank you

Edited by Orao
Link to comment
Share on other sites

Yes, thanks i managed it with BinaryToStrung().

Is it possible tor read the text of a Firefox  Tab that is currently in background.

I would like to be able to work on other tabs, while the script reads text on a background tab, but  if i use:

_FFReadtext()

This function reads text but only on the current active tab, so if i browse through the tabs it always just reads text on the tab that i currently use.

 

Any solution?

Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...