[wxpython-users] What does "name=3D" do?

Robin Dunn robin at alldunn.com
Tue Apr 1 10:19:09 PDT 2008


Kevin Ollivier wrote:
> Hi Mike,
> 
> On Apr 1, 2008, at 7:57 AM, Mike Driscoll wrote:
>> Hi,
>>
>> I keep seeing posts lately that have "name=3D" in their code (or 
>> variations thereof).  What is this? I'm not finding much on Google. 
>> Can someone give me use cases?
> 
> It's actually just "name", =3D is just something that mail clients add 
> for some reason. If you look at those messages again, you'll see =3D all 
> over the place.

=3D is how '=' is encoded in quoted-printable messages.  3D is the hex 
value of the ascii code for '='.

So what those messages were trying to write about is using the 
name='some value' parameter when creating widgets, but somebody got the 
3D in as part of their quoting of previous message, or copy/paste or 
something.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!



More information about the wxpython-users mailing list