<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	     xmlns:dc="http://purl.org/dc/elements/1.1/"
	   xmlns:atom="http://www.w3.org/2005/Atom"
	     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Text Encoding &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/text-encoding/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Tue, 12 Mar 2019 16:24:24 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>Text Encoding &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[What does "挨⎒" have to do with "<html"?]]></title>
		<link>https://shkspr.mobi/blog/2019/03/what-does-%e6%8c%a8%e2%8e%92-have-to-do-with-html/</link>
					<comments>https://shkspr.mobi/blog/2019/03/what-does-%e6%8c%a8%e2%8e%92-have-to-do-with-html/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 13 Mar 2019 12:37:14 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Text Encoding]]></category>
		<category><![CDATA[unicode]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31674</guid>

					<description><![CDATA[I received this weird bit of mojibake in an email.  Here&#039;s the raw text view:  ------=_NextPart_001_009E_01D4D8BF.D0737E10 Content-Type: text/plain; charset=&#38;quot;UTF-8&#38;quot; Content-Transfer-Encoding: quoted-printable  =E6=8C=A8=E2=8E=92tml xmlns:v=3D&#38;quot;urn:schemas-microsoft-com:vml&#38;quot; xmlns:o=3D&#38;quot;= urn:schemas-microsoft-com:office:office&#38;quot; xmlns:w=3D&#38;quot;urn:schemas-microsoft-c=…]]></description>
										<content:encoded><![CDATA[<p>I received this weird bit of <a href="https://simple.wikipedia.org/wiki/Mojibake">mojibake</a> in an email.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/mojibake.jpg" alt="Garbled text in an email." width="1080" height="168" class="aligncenter size-full wp-image-31678">
Here's the raw text view:</p>

<pre><code class="language-_">------=_NextPart_001_009E_01D4D8BF.D0737E10
Content-Type: text/plain; charset=&amp;quot;UTF-8&amp;quot;
Content-Transfer-Encoding: quoted-printable

=E6=8C=A8=E2=8E=92tml xmlns:v=3D&amp;quot;urn:schemas-microsoft-com:vml&amp;quot; xmlns:o=3D&amp;quot;=
urn:schemas-microsoft-com:office:office&amp;quot; xmlns:w=3D&amp;quot;urn:schemas-microsoft-c=
om:office:word&amp;quot; xmlns:m=3D&amp;quot;http://schemas.microsoft.com/office/2004/12/omml=
&amp;quot; xmlns=3D&amp;quot;http://www.w3.org/TR/REC-html40&amp;quot;&amp;gt;
</code></pre>

<p>What's going on?</p>

<ul>
<li>挨 is a Chinese, Japanese, Korean (cjk) unified ideograph (U+6328)</li>
<li>⎒ is the passive-pull-up-output symbol (U+2392)</li>
</ul>

<p>That's somehow replaced:</p>

<ul>
<li>&lt; - less-than sign (U+003C)</li>
<li>h - Latin small letter h (U+0068)</li>
</ul>

<p><code>&lt;h</code> in binary is  <code>00111100 01101000</code></p>

<p><code>挨⎒</code> in binary is <code>11100110 10001100 10101000 11100010 10001110 10010010</code></p>

<p>It was sent from Outlook 2010 to Gmail. But I receive lots of those emails.</p>

<p>Try as I might, I just can't work out where this error has crept in. A glitch in the Matrix? Electronic interference? Any clues, gang?</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31674&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/03/what-does-%e6%8c%a8%e2%8e%92-have-to-do-with-html/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
