Re: Mac User Code Question [message #58950] |
Wed, 27 February 2008 08:56  |
mankoff
Messages: 131 Registered: March 2004
|
Senior Member |
|
|
On Feb 27, 10:29 am, David Fanning <n...@dfanning.com> wrote:
> Folks,
>
> Just a quibble this morning, but with more and more people
> using Macs, here is something I don't understand. When Mac
> users post IDL code to this newsgroup, all of the equal signs
> in the code turn out like "=3D" in my news reader (Gravity).
>
> I can strip them out easily enough, but it does give me
> difficulties reading the code in my news reader. Does anyone
> know why this happens? Should I be setting some property in
> my news reader to get the proper encoding?
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
I have to assume my recent posting is related to this. I have no clue
about Gravity, but relevant info might be that I cut and pasted from
Emacs (Aquamacs Emacs.app) into FireFox on OS X Intel.
|
|
|
Re: Mac User Code Question [message #58991 is a reply to message #58950] |
Fri, 29 February 2008 04:18  |
George N. White III
Messages: 56 Registered: September 2000
|
Member |
|
|
On Wed, 27 Feb 2008, mankoff wrote:
>
>
> On Feb 27, 10:29 am, David Fanning <n...@dfanning.com> wrote:
>> Folks,
>>
>> Just a quibble this morning, but with more and more people
>> using Macs, here is something I don't understand. When Mac
>> users post IDL code to this newsgroup, all of the equal signs
>> in the code turn out like "=3D" in my news reader (Gravity).
>>
>> I can strip them out easily enough, but it does give me
>> difficulties reading the code in my news reader. Does anyone
>> know why this happens? Should I be setting some property in
>> my news reader to get the proper encoding?
>>
>> Cheers,
>>
>> David
>> --
>> David Fanning, Ph.D.
>> Fanning Software Consulting, Inc.
>> Coyote's Guide to IDL Programming:http://www.dfanning.com/
>> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
>
> I have to assume my recent posting is related to this. I have no clue
> about Gravity, but relevant info might be that I cut and pasted from
> Emacs (Aquamacs Emacs.app) into FireFox on OS X Intel.
Using alpine on Fedora, I don't see the problem with the "=" sign, but
I do see:
>> Polar Stereographic projection with 71=B0S as the latitude of true
scale
>> and 0=B0E as the central meridian.
(e.g. the degree symbol, UTF-16: 0x00B0, becomes "=B0"). This is
mishandling of "quoted-printable" encoding
<http://en.wikipedia.org/wiki/Quoted-printable>.
--
George N. White III <aa056@chebucto.ns.ca>
|
|
|