<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
a { color: #3983C4; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">They’re using <a href="https://www.postbox-inc.com/">Postbox</a>.</p>

<p dir="auto"><a href="https://en.wikipedia.org/wiki/Windows-1251">windows-1252</a> is an 8-bit extended ascii encoding, which Postbox supports.</p>

<p dir="auto">The character with the <code>A0</code> character code in the windows-1251 encoding is the <a href="https://en.wikipedia.org/wiki/Non-breaking_space">non-breaking space</a>. So somewhere along the way the non-breaking spaces are being replaced by <code><A0></code>.</p>

<p dir="auto">Does this <code><A0></code> stuff show up when you view the raw message in MailMate (with ⌥⌘U)?</p>

<p dir="auto">What happens if you use <code>less</code> to view the message’s <code>.eml</code> file?</p>

<p dir="auto">Best,</p>

<p dir="auto">Galen</p>

<p dir="auto">On 6 Apr 2019, at 4:27, Randy Bush wrote:</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">i receive an email<br>
<br>
    User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:52.0)<br>
     Gecko/20100101 PostboxApp/6.1.13<br>
    MIME-Version: 1.0<br>
    Content-Type: text/plain; charset=windows-1252; format=flowed<br>
    Content-Transfer-Encoding: 8bit<br>
    Content-Language: en-US<br>
<br>
the text has funny space characters that i see if i save the text to<br>
disk and look at it with less<br>
<br>
    <A0>0.<A0><A0> flo....: 2.31 2018.11.03<br>
<br>
     <A0><A0><A0><A0><A0><A0><A0><A0><A0><A0> 1.<A0><A0> CLIMATE ACTION<br>
     <A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0><A0> * (N)ew (M)odify (D)elete..: N<br>
<br>
     <A0><A0><A0><A0><A0><A0><A0><A0><A0><A0> 2. * NAME OF CLOUD: cumulus<br>
<br>
i presume the sender is thunderbird and they have created the text with<br>
some sort of windows encoding on a mac?<br>
<br>
how can i save the content as vanilla ascii text?<br>
<br>
randy<br>
_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote></div>
<div class="markdown">
</div>

</body>
</html>