jaryogujo / law-row

<자료구조> 법률 시각화 프로젝트
1 stars 1 forks source link

encoding 문제 #15

Open wonderino opened 8 years ago

wonderino commented 8 years ago

��� 문자 처리

현재 phantom.js 문제 인 것으로 보이는데 해결책을 찾아봐야 할 듯

헌법 제 2호 
17조, 
70-2조,
77조
wonderino commented 8 years ago

수집시

page.property('content')

로 phantom에서 html을 가져오던 부분을

page.evaluate(function(){
  return document.getElementsByTagName('html')[0].innerHTML;
})

으로 수정

wonderino commented 8 years ago

headless browser를 zombie.js로 교체