Open bazinga012 opened 4 years ago
Hi all, I'm using pyppeteer==0.0.25. UTF-8 characters are coming as garbage. I have tried setting
await page.setExtraHTTPHeaders({'Accept-Charset': 'utf-8', 'Content-Type': 'text/html; charset=utf-8',}) but it doesn't work. Any help is appreciated.
await page.setExtraHTTPHeaders({'Accept-Charset': 'utf-8', 'Content-Type': 'text/html; charset=utf-8',})
Hi @bazinga012 , it looks like this project has been abandoned. You may want to consider the active fork pyppeteer2. Feel free to create an issue there if your problem persists with the updated libary.
Hi all, I'm using pyppeteer==0.0.25. UTF-8 characters are coming as garbage. I have tried setting
await page.setExtraHTTPHeaders({'Accept-Charset': 'utf-8', 'Content-Type': 'text/html; charset=utf-8',})
but it doesn't work. Any help is appreciated.