가 뭘까여??


웹페이지에선 



<html lang="ko">
<head>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta http-equiv="X-UA-Compatible" content="IE=Edge">
 <meta name="Author" content="">
 <meta name="generator" content="2015.03">
 <meta name="Description" content="">
 <meta name="keywords" content="">
 <meta property="og:title" content="" /> 



내 프로젝트에서도 죄다 'utf-8' 이게끔 해두고 



soup = BeautifulSoup(page_body, 'html.parser', from_encoding='utf-8')

이렇게 뷰티풀수프써서 'utf-8'로 해줬는데... 시블