facebook-page-post-scraper icon indicating copy to clipboard operation
facebook-page-post-scraper copied to clipboard

Broken character with some language(vi)

Open tomcangbk opened this issue 7 years ago • 3 comments

I try to use this amazing script with some facebook fanpage it work very good. But have a problem in write out the data. For example all Vietnamese character like this:

Có khi còn không biết luôn ấy chứ :v

have any one got this issue for language with extenal character out of alphabet? And what way to fix it?

tomcangbk avatar May 23 '17 09:05 tomcangbk

Similar to #51.

Are you using Python 2 or 3?

minimaxir avatar May 23 '17 15:05 minimaxir

@tomcangbk, Try to encode with utf-8-sig and use Python 3 for better encode, decode

PhanDuc avatar May 24 '17 03:05 PhanDuc

Hi @minimaxir & @PhanDuc

I have tried using Python 2 and 3 both file having the same content. Is that some special thing to add to script?

iamrajeshchauhan avatar Nov 15 '17 12:11 iamrajeshchauhan