[Gpe-list] Gpe-bugs Digest, Vol 21, Issue 16
gpe-bugs-request at linuxtogo.org
gpe-bugs-request at linuxtogo.org
Thu Jul 31 12:00:03 CEST 2008
Send Gpe-bugs mailing list submissions to
gpe-bugs at linuxtogo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs
or, via email, send a message with subject or body 'help' to
gpe-bugs-request at linuxtogo.org
You can reach the person managing the list at
gpe-bugs-owner at linuxtogo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gpe-bugs digest..."
Today's Topics:
1. [Bug 217] Cannot import vcard file from Gmail contacts
(bugzilla-daemon at linuxtogo.org)
2. [Bug 217] Cannot import vcard file from Gmail contacts
(bugzilla-daemon at linuxtogo.org)
----------------------------------------------------------------------
Message: 1
Date: Wed, 30 Jul 2008 17:18:17 +0200
From: bugzilla-daemon at linuxtogo.org
Subject: [Gpe-bugs] [Bug 217] Cannot import vcard file from Gmail
contacts
To: gpe-bugs at linuxtogo.org
Message-ID: <E1KODRR-00008C-7o at linuxtogo.org>
Content-Type: text/plain; charset="UTF-8"
http://bugs.linuxtogo.org/show_bug.cgi?id=217
--- Comment #4 from Zwerfkat <f.gouverne at inter.nl.net> 2008-07-30 17:18 ---
FYI:
I have added the following text in a MS Word document: Har?a
Copy and paste it to the home address field of a Google contact.
Exported this contact as vcard.
Result:
BEGIN:VCARD
VERSION:3.0
FN:Test
N:Test;;;;
EMAIL;TYPE=INTERNET:test at testabc.nl
TEL;TYPE=CELL:123456789
LABEL;TYPE=HOME;ENCODING=QUOTED-PRINTABLE:=?US-ASCII?Q?Har=EDa?=
NOTE:test person
END:VCARD
So apparently Google vcard version 3.0 does use and has no problem with this
=?...?= encoding.
--
Configure bugmail: http://bugs.linuxtogo.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------
Message: 2
Date: Wed, 30 Jul 2008 17:58:18 +0200
From: bugzilla-daemon at linuxtogo.org
Subject: [Gpe-bugs] [Bug 217] Cannot import vcard file from Gmail
contacts
To: gpe-bugs at linuxtogo.org
Message-ID: <E1KOE4A-0006Bv-C6 at linuxtogo.org>
http://bugs.linuxtogo.org/show_bug.cgi?id=217
--- Comment #5 from Graham Cobb <g+gpe at cobb.uk.net> 2008-07-30 17:58 ---
So that example actually highlights 3 bugs for Google:
1) vCard 3.0 (as specified in RFC 2426) does not permit the quoted-printable
encoding. In fact GPE does not enforce this and will accept QP in any vCard.
2) QP does NOT include RFC2047 "encoded words" format. I have no idea how
someone in Google got the idea that RFC2047 "encoded words" has anything to do
with quoted-printable encoding. Nowhere is that specified as part of quoted
printable in any vCard version. If QP was to be used the line should read:
LABEL;TYPE=HOME;ENCODING=QUOTED-PRINTABLE:Har=EDa
3) The charset in the encoded word is specified as US-ASCII which is a 7-bit
charset and does not contain a character with code 0xED.
Is there any way to report these bugs to Google?
As I said, I will look into working around these bugs in a future release (but
not the upcoming release). In the meantime, you can fix these lines with some
clever regular expression substitutions on your files. Where the format
=?...?...?something?= occurs you discard everything except the "something" and
in the something you replace _ by space. Unfortunately it is complicated
because this may cross multiple lines (in practice, the line breaks, if any,
will be in the "something" section -- they need to be preserved).
Graham
--
Configure bugmail: http://bugs.linuxtogo.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------
_______________________________________________
Gpe-bugs mailing list
Gpe-bugs at linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs
End of Gpe-bugs Digest, Vol 21, Issue 16
****************************************
More information about the Gpe-list
mailing list