Python Forum
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd2 in position 16: invalid cont
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd2 in position 16: invalid cont
#4
(Mar-26-2023, 10:37 AM)Melcu54 Wrote: can you uodate my code as to work with Chardet module?
No, but you could try the following in a terminal / cmd tool to guess your file's encoding
Output:
python -m chardet.cli.chardetect FILENAME
For example I have a file named 'ham' and here is the output with this command
Output:
λ python -m chardet.cli.chardetect ham ham: ascii with confidence 1.0
Melcu54 likes this post
Reply


Messages In This Thread
RE: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd2 in position 16: invalid cont - by Gribouillis - Mar-26-2023, 12:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 562: ord ctrldan 23 5,044 Apr-24-2023, 03:40 PM
Last Post: ctrldan
  Decode string ? JohnnyCoffee 1 843 Jan-11-2023, 12:29 AM
Last Post: bowlofred
  [SOLVED] [Debian] UnicodeEncodeError: 'ascii' codec Winfried 1 1,055 Nov-16-2022, 11:41 AM
Last Post: Winfried
  UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 34: character Melcu54 7 19,279 Sep-26-2022, 10:09 AM
Last Post: Melcu54
  UnicodeEncodeError: 'ascii' codec can't encode character '\xfd' in position 14: ordin Armandito 6 2,811 Apr-29-2022, 12:36 PM
Last Post: Armandito
  ASCII-Codec in Python3 [SOLVED] AlphaInc 4 6,241 Jul-07-2021, 07:05 PM
Last Post: AlphaInc
  UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 error from Mysql call AkaAndrew123 1 3,490 Apr-28-2021, 08:16 AM
Last Post: AkaAndrew123
Question UnicodeDecodeError . . . JohnnyCoffee 5 3,618 Feb-28-2021, 02:32 AM
Last Post: JohnnyCoffee
  open(file, 'rb') raises UnicodeDecodeError binnybit 1 2,501 Sep-28-2020, 06:55 AM
Last Post: Gribouillis
  codec for byte transparency Skaperen 7 3,898 Sep-25-2020, 02:20 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020