I am having troubles loading HTTP request when the page is in windows-1250 encoding. The http request component parses the input into UTF-8 incorrectly and that seems to be irreversible. Any output after that is basically gibberish instead of accented characters. I am not sure how to prevent it from parsing it into UTF-8 or specifying the input encoding so it would be parsed correctly. I could probably load the input into file with some external tool and work with the file but I would prefer to use the http request component.
There must be something I am missing otherwise lots of websites would be unreadable, right?
[{"id":"613da0f5dc72ceef","type":"debug","z":"a2875b641ea93857","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":890,"y":400,"wires":[]},{"id":"dfbc815d2b09e165","type":"inject","z":"a2875b641ea93857","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":340,"y":400,"wires":[["253669a404640f8b"]]},{"id":"253669a404640f8b","type":"http request","z":"a2875b641ea93857","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://www.menicka.cz/mobilni/praha-8.html","tls":"","persist":false,"proxy":"","authType":"","senderr":false,"x":510,"y":400,"wires":[["685d722826f55028"]]},{"id":"685d722826f55028","type":"html","z":"a2875b641ea93857","name":"html","property":"payload","outproperty":"payload","tag":"#up > div.vypis_menicek > div.menicka_detail > div.menicka","ret":"text","as":"single","x":690,"y":400,"wires":[["613da0f5dc72ceef"]]}]