<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Encoding on ErrorVault — Developer Error Code Dictionary</title>
    <link>https://errorvault.dev/tags/encoding/</link>
    <description>Recent content in Encoding on ErrorVault — Developer Error Code Dictionary</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 05 Jul 2026 08:00:00 +0800</lastBuildDate>
    <atom:link href="https://errorvault.dev/tags/encoding/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fix UnicodeDecodeError: Python utf-8 codec can&#39;t decode byte</title>
      <link>https://errorvault.dev/python/python-unicodedecodeerror-utf8-codec-cant-decode-byte/</link>
      <pubDate>Sun, 05 Jul 2026 08:00:00 +0800</pubDate>
      <guid>https://errorvault.dev/python/python-unicodedecodeerror-utf8-codec-cant-decode-byte/</guid>
      <description>&lt;h2 id=&#34;1-symptoms-clear-description-of-indicators-and-shell-output&#34;&gt;1. Symptoms: Clear description of indicators and shell output.&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;code&gt;UnicodeDecodeError: &#39;utf-8&#39; codec can&#39;t decode byte 0x... in position ...: invalid start byte&lt;/code&gt; is a common Python error that occurs when the interpreter attempts to convert a sequence of bytes into a string using the UTF-8 encoding, but encounters a byte sequence that is not valid according to the UTF-8 specification. This typically manifests as a traceback similar to the following:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
