0

I try to write a crawler to get some information.But I find the word is different in webpage source.For example, the word Möller is Möller in html file. I want to know how can I recover it after I get the html file.

Cœur
  • 37,241
  • 25
  • 195
  • 267
杨嘉辰
  • 108
  • 1
  • 7

1 Answers1

0

Having fix this problem and provide the answer in case some beginner meet the same problem. I use chr() to substitute the wrong code, for example use chr(246) to substitute ö If there is better solution, please tell me.

杨嘉辰
  • 108
  • 1
  • 7