Questions tagged [unicode-dammit]

Unicode Dammit is a python library closely associated with BeautifulSoup for converting other text file-encodings to Unicode.

https://www.crummy.com/software/BeautifulSoup/bs4/doc/#unicode-dammit

1 questions
2
votes
0 answers

Trying to nail down the file encoding of a log file using UnicodeDammit?

Though I understand that it is sometimes impossible to determine a file encoding, I'm trying here. Bash In bash file yields: Non-ISO extended-ASCII text, with CRLF line terminators vim In Vim the ex command :set fileencoding=?…
leeand00
  • 25,510
  • 39
  • 140
  • 297