I created a macro that push data do some web information system instead of me. I am getting txt files that have stable structure (eg.: first line is title), and I send those lines to some right places on the page.
I am really struggling with some characters that are in the text in this workflow. (I am getting txt files in many languages so I cannot say what come next but I believe txt files are fines)
1) read line with defective text
2) print it in message ... it looks fine
3) place text into web page ... it looks bad

There is demonstrating piece of code:
Code: Select all
ReadLn>test.txt,1,strLine
MessageModal>first line : %strLine%
#Mouse click somewhere in Firefox - input box
MouseMove>777,618
LClick
SendText>%strLine%
Do you have any suggestion to solve this trouble?
Thank you,
Tomas