<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NicoFroidure</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NicoFroidure"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/NicoFroidure"/>
	<updated>2026-05-30T21:23:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:NicoFroidure&amp;diff=33381</id>
		<title>User:NicoFroidure</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:NicoFroidure&amp;diff=33381"/>
		<updated>2007-08-06T14:12:50Z</updated>

		<summary type="html">&lt;p&gt;NicoFroidure: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nicolas FROIDURE&lt;br /&gt;
From France, [http://www.elitwork.com/ Elitwork founder], [http://bbcomposer.elitwork.com/home.html BBComposer] &amp;amp; [http://www.elitwork.com/kgen.html Kgen] developper.&lt;br /&gt;
Tests microformats on [http://www.hotel-restaurant-nord.com/ Hotel-restaurant-nord.com]&lt;/div&gt;</summary>
		<author><name>NicoFroidure</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=vcard-suggestions&amp;diff=19497</id>
		<title>vcard-suggestions</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=vcard-suggestions&amp;diff=19497"/>
		<updated>2007-08-06T12:16:50Z</updated>

		<summary type="html">&lt;p&gt;NicoFroidure: /* 3.3.2 EMAIL Type Definition */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; vCard suggestions &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a result of experience using [[hcard|hCard]] to markup people, organizations, and contact information in general on [[hcard-examples-in-wild|real world websites]], we have discovered a few aspects of RFC 2426 vCard that could be improved.  Thus we are documenting suggestions for improving vCard here as we find them, organized by RFC 2426 section number for improvements to current properties, and a &amp;quot;new&amp;quot; section for new properties.&lt;br /&gt;
&lt;br /&gt;
; Authors &lt;br /&gt;
:[[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Suggestions for Existing Properties ==&lt;br /&gt;
&lt;br /&gt;
Suggestions for improvement could include new features and other such more major changes to the specification, organized under headings that reflect RFC 2426 vCard section numbers and heading. For documentation of errors, corrections, errata for vCard, please see [[vcard-errata]].&lt;br /&gt;
&lt;br /&gt;
=== 3.3.1 TEL Type Definition ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot; lacks a &amp;quot;textphone&amp;quot; option (for the devices used by, e.g., people who are deaf or have speech difficulties. Example: [http://www.birmingham.gov.uk/contact Birmingham City Council (303 1119)]. It may be good to consider adding a &amp;quot;textphone&amp;quot; value to the &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot;.&lt;br /&gt;
** +0 Tantek: I think a rethinking of the taxonomy of TEL types is merited, but I am uncertain whether it is worth growing the existing limited taxonomy or instead permitting user defined TEL types and thus allowing for natural evolution of a folksonomy of TEL types.&lt;br /&gt;
** +1 [[User:AndyMabbett|Andy Mabbett]]: There are a limited number of types. Note also the cell vs. mobile issue.&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot; lacks a &amp;quot;freephone&amp;quot; option. It may be good to consider adding a &amp;quot;freephone&amp;quot; value to the &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot;. Usually freephone numbers are not accessible from outside the country so it could help parsers with something?&lt;br /&gt;
&lt;br /&gt;
=== 3.3.2 EMAIL Type Definition ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;EMAIL&amp;quot; lacks distinction for various types of email, e.g. '''work''' or '''home'''.&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;EMAIL&amp;quot; lacks dinstinction for give an alternative to the e-mail like a contact form.&lt;br /&gt;
&lt;br /&gt;
=== 3.3.3 Suggestion for Types Definition ===&lt;br /&gt;
&lt;br /&gt;
We can't have a generic type name cause we have to localize in french. so, for us, hCard work phone number is :&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Travail&amp;lt;/span&amp;gt; : &lt;br /&gt;
&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;0321596224&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
How will a bot recognize that type ? We cannot specify every types in every languages in the specification. That's why i think something like this would be better :&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Travail : &amp;lt;span class=&amp;quot;telwork&amp;quot;&amp;gt;0321596224&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please, use class and id attributes ONLY for micro formats specifications ! XML #cdata and #data are localized ! Thanks !&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suggestions for New Properties ==&lt;br /&gt;
&lt;br /&gt;
===Gender===&lt;br /&gt;
*There is no Card property for gender. A workaround: add the tag/category &amp;quot;male&amp;quot;, &amp;quot;female&amp;quot;, etc. See also [[hcard-faq#How_is_gender_represented|earlier discussion]] and [[genealogy-brainstorming#Gender]].&lt;br /&gt;
** -1 Tantek: I think tags/categories are good enough for now.&lt;br /&gt;
** +1 [[User:AndyMabbett|Andy Mabbett]]:Tags are often not appropriate, as per the cited discussion.&lt;br /&gt;
&lt;br /&gt;
====Gender evidence====&lt;br /&gt;
*most social network sites (see [[profile-examples]]) publish the gender of the individual&lt;br /&gt;
*Many pages publish implicit gender information, not easily machine parsable - using names (Andrew, Andrea), titles (Mr, Mrs, Miss), relationships (husband, brother), pronouns (he, she),  etc. See also [[genealogy-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
===Deceased===&lt;br /&gt;
*There is no way to mark up a person as being deceased - either by a &amp;quot;deceased&amp;quot; flag or date-of-death. A workaround: add the tag/category &amp;quot;deceased&amp;quot;.  See also [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007324.html mailing list post on tagging for 'deceased']&lt;br /&gt;
** -1 Tantek: I think tags/categories are good enough for now.&lt;br /&gt;
** +1 [[User:AndyMabbett|Andy Mabbett]]: Tags are often not appropriate, as per the cited e-mail. DoD is more specific (and often used in real life biographies and obituaries e.g [http://en.wikipedia.org/wiki/Vincent_van_Gogh van Gogh on Wikipedia]). Note also Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] which aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:06, 28 Jan 2007 (PST)&lt;br /&gt;
** +1 for date-of-death [[User:CiaranMc|Ciaran McNulty]]: Date-of-death is useful information in some applications (specifically genealogy).&lt;br /&gt;
** -1 for 'deceased' flag [[User:CiaranMc|Ciaran McNulty]]: Tagging can cover this sort of binary flag.&lt;br /&gt;
&lt;br /&gt;
====Date of Death evidence====&lt;br /&gt;
*All 56,000+ entries in the [http://www.oxforddnb.com/public/lotw/ Oxford Dictionary of National Biography] &lt;br /&gt;
*Most Wikipedia biographies of dead people, e.g. [http://en.wikipedia.org/wiki/Walt_Disney Walt Disney], [http://en.wikipedia.org/wiki/John_Bonham John Bonham] (most of those on Wikipedia-EN already use hCard)&lt;br /&gt;
*[http://www.findagrave.com/ Find-a-Grave] e.g. [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;amp;GRid=680 Karl Marx], [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;amp;GRid=676 Chico Marx]&lt;br /&gt;
*Used in obituaries, e.g [http://www.westmidlandbirdclub.com/obituaries/norris.htm Tony Norris (WMBC)]; [http://www.guardian.co.uk/obituaries/story/0,,1725211,00.html Ivor Cutler (Guardian)]; [http://www.britarch.ac.uk/BA/ba8/ba8obit.html Grahame Clark (British Archaeology)]&lt;br /&gt;
*Used on war memorial pages, e.g. [http://tinyurl.com/2ddlvq Captain Ronald Wilkinson]&lt;br /&gt;
*Used in biographies  e.g. [http://www.biography.com/ Biography.com]'s ([http://www.biography.com/impressionists/monet-bio.jsp Camille Monet])&lt;br /&gt;
*[http://en.wikipedia.org/wiki/List_of_saints List of saints on Wikipedia]&lt;br /&gt;
&lt;br /&gt;
===Instant Messaging===&lt;br /&gt;
*See [http://www.rfc-editor.org/rfc/rfc4770.txt RFC 4770].&lt;br /&gt;
&lt;br /&gt;
===Subject differentiator===&lt;br /&gt;
The use of &amp;quot;fn&amp;quot; and &amp;quot;fn org&amp;quot; differentiate between hCards for people and for other entities, but we perhaps need some further differentiator, between, say, organisations and venues (including buildings, governmental divisions, waypoints, etc.) at a level of granularity to be determined. [[User:AndyMabbett|Andy Mabbett]] 14:30, 11 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Elevation===&lt;br /&gt;
*See [[geo-extension-elevation]]&lt;br /&gt;
&lt;br /&gt;
== Suggestions for handling encodings ==&lt;br /&gt;
The vCard standard specifies that US-ASCII is assumed to be the encoding in the absence of a MIME content type header or a CHARSET parameter that indicates otherwise. This was an unfortunate choice. vCard .vcf files stored on a local filesystem do not contain a MIME header and the only way to reliably use an encoding other than ASCII is to tag each field with the &amp;quot;CHARSET=&amp;quot; label. This makes the vCard stream more complicated than necessary. This could be simplified by a revision of the standard that specifies UTF-8 as the default encoding. This could work safely with existing vCard .vcf files, which do not contain a MIME content header. The first vCard VERSION field would be the same encoded as either ASCII or UTF-8, so readers could easily determine which encoding to default to.&lt;br /&gt;
&lt;br /&gt;
Furthermore, those creating vCard readers should be encouraged to support vCard .vcf files that begin with a UTF-8 BOM sequence. If the first three bytes of the file are 0xEF 0xBB 0xBF, the text file is UTF-8 encoded, and the vCard reader should assume UTF-8 is the default. Unfortunately many readers today fail to recognize the UTF-8 BOM and view the file as a corrupt vCard.&lt;br /&gt;
&lt;br /&gt;
==Note==&lt;br /&gt;
On 2006-11-24, Paul Hoffman of the [http://www.imc.org/ Internet Mail Consortium], responsible for the development and promotion the vCard standard, wrote in response to an e-mail from [[User:AndyMabbett|Andy Mabbett]] informing him of this web page:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
There has been almost no interest in revising the vCard standard. This is due to lack of momentum, not the lack of good suggestions.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, see [[events/2007-09-18-calconnect-vcard-workshop]] for an event with vCard modification on the agenda.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[vcard-errata|vCard errata]]&lt;br /&gt;
* [[vcard-implementations]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[hcard-brainstorming#Post_vCard_additions]]&lt;br /&gt;
* [http://www.imc.org/imc-vcard/ vCard mailing list] - a place to raise these issues, and where similar issues can be found.&lt;br /&gt;
* [[events/2007-09-18-calconnect-vcard-workshop]]&lt;/div&gt;</summary>
		<author><name>NicoFroidure</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=vcard-suggestions&amp;diff=19368</id>
		<title>vcard-suggestions</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=vcard-suggestions&amp;diff=19368"/>
		<updated>2007-08-06T11:51:50Z</updated>

		<summary type="html">&lt;p&gt;NicoFroidure: /* Suggestions for Existing Properties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; vCard suggestions &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As a result of experience using [[hcard|hCard]] to markup people, organizations, and contact information in general on [[hcard-examples-in-wild|real world websites]], we have discovered a few aspects of RFC 2426 vCard that could be improved.  Thus we are documenting suggestions for improving vCard here as we find them, organized by RFC 2426 section number for improvements to current properties, and a &amp;quot;new&amp;quot; section for new properties.&lt;br /&gt;
&lt;br /&gt;
; Authors &lt;br /&gt;
:[[User:Tantek|Tantek Çelik]]&lt;br /&gt;
:[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Suggestions for Existing Properties ==&lt;br /&gt;
&lt;br /&gt;
Suggestions for improvement could include new features and other such more major changes to the specification, organized under headings that reflect RFC 2426 vCard section numbers and heading. For documentation of errors, corrections, errata for vCard, please see [[vcard-errata]].&lt;br /&gt;
&lt;br /&gt;
=== 3.3.1 TEL Type Definition ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot; lacks a &amp;quot;textphone&amp;quot; option (for the devices used by, e.g., people who are deaf or have speech difficulties. Example: [http://www.birmingham.gov.uk/contact Birmingham City Council (303 1119)]. It may be good to consider adding a &amp;quot;textphone&amp;quot; value to the &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot;.&lt;br /&gt;
** +0 Tantek: I think a rethinking of the taxonomy of TEL types is merited, but I am uncertain whether it is worth growing the existing limited taxonomy or instead permitting user defined TEL types and thus allowing for natural evolution of a folksonomy of TEL types.&lt;br /&gt;
** +1 [[User:AndyMabbett|Andy Mabbett]]: There are a limited number of types. Note also the cell vs. mobile issue.&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot; lacks a &amp;quot;freephone&amp;quot; option. It may be good to consider adding a &amp;quot;freephone&amp;quot; value to the &amp;quot;type&amp;quot; for &amp;quot;TEL&amp;quot;. Usually freephone numbers are not accessible from outside the country so it could help parsers with something?&lt;br /&gt;
&lt;br /&gt;
=== 3.3.2 EMAIL Type Definition ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;type&amp;quot; for &amp;quot;EMAIL&amp;quot; lacks distinction for various types of email, e.g. '''work''' or '''home'''.&lt;br /&gt;
&lt;br /&gt;
=== 3.3.3 Suggestion for Types Definition ===&lt;br /&gt;
&lt;br /&gt;
We can't have a generic type name cause we have to localize in french. so, for us, hCard work phone number is :&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Travail&amp;lt;/span&amp;gt; : &lt;br /&gt;
&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;0321596224&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
How will a bot recognize that type ? We cannot specify every types in every languages in the specification. That's why i think something like this would be better :&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Travail : &amp;lt;span class=&amp;quot;telwork&amp;quot;&amp;gt;0321596224&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please, use class and id attributes ONLY for micro formats specifications ! XML #cdata and #data are localized ! Thanks !&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Suggestions for New Properties ==&lt;br /&gt;
&lt;br /&gt;
===Gender===&lt;br /&gt;
*There is no Card property for gender. A workaround: add the tag/category &amp;quot;male&amp;quot;, &amp;quot;female&amp;quot;, etc. See also [[hcard-faq#How_is_gender_represented|earlier discussion]] and [[genealogy-brainstorming#Gender]].&lt;br /&gt;
** -1 Tantek: I think tags/categories are good enough for now.&lt;br /&gt;
** +1 [[User:AndyMabbett|Andy Mabbett]]:Tags are often not appropriate, as per the cited discussion.&lt;br /&gt;
&lt;br /&gt;
====Gender evidence====&lt;br /&gt;
*most social network sites (see [[profile-examples]]) publish the gender of the individual&lt;br /&gt;
*Many pages publish implicit gender information, not easily machine parsable - using names (Andrew, Andrea), titles (Mr, Mrs, Miss), relationships (husband, brother), pronouns (he, she),  etc. See also [[genealogy-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
===Deceased===&lt;br /&gt;
*There is no way to mark up a person as being deceased - either by a &amp;quot;deceased&amp;quot; flag or date-of-death. A workaround: add the tag/category &amp;quot;deceased&amp;quot;.  See also [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007324.html mailing list post on tagging for 'deceased']&lt;br /&gt;
** -1 Tantek: I think tags/categories are good enough for now.&lt;br /&gt;
** +1 [[User:AndyMabbett|Andy Mabbett]]: Tags are often not appropriate, as per the cited e-mail. DoD is more specific (and often used in real life biographies and obituaries e.g [http://en.wikipedia.org/wiki/Vincent_van_Gogh van Gogh on Wikipedia]). Note also Wikipedia's [http://en.wikipedia.org/wiki/Wikipedia:Persondata Persondata] which aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:06, 28 Jan 2007 (PST)&lt;br /&gt;
** +1 for date-of-death [[User:CiaranMc|Ciaran McNulty]]: Date-of-death is useful information in some applications (specifically genealogy).&lt;br /&gt;
** -1 for 'deceased' flag [[User:CiaranMc|Ciaran McNulty]]: Tagging can cover this sort of binary flag.&lt;br /&gt;
&lt;br /&gt;
====Date of Death evidence====&lt;br /&gt;
*All 56,000+ entries in the [http://www.oxforddnb.com/public/lotw/ Oxford Dictionary of National Biography] &lt;br /&gt;
*Most Wikipedia biographies of dead people, e.g. [http://en.wikipedia.org/wiki/Walt_Disney Walt Disney], [http://en.wikipedia.org/wiki/John_Bonham John Bonham] (most of those on Wikipedia-EN already use hCard)&lt;br /&gt;
*[http://www.findagrave.com/ Find-a-Grave] e.g. [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;amp;GRid=680 Karl Marx], [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;amp;GRid=676 Chico Marx]&lt;br /&gt;
*Used in obituaries, e.g [http://www.westmidlandbirdclub.com/obituaries/norris.htm Tony Norris (WMBC)]; [http://www.guardian.co.uk/obituaries/story/0,,1725211,00.html Ivor Cutler (Guardian)]; [http://www.britarch.ac.uk/BA/ba8/ba8obit.html Grahame Clark (British Archaeology)]&lt;br /&gt;
*Used on war memorial pages, e.g. [http://tinyurl.com/2ddlvq Captain Ronald Wilkinson]&lt;br /&gt;
*Used in biographies  e.g. [http://www.biography.com/ Biography.com]'s ([http://www.biography.com/impressionists/monet-bio.jsp Camille Monet])&lt;br /&gt;
*[http://en.wikipedia.org/wiki/List_of_saints List of saints on Wikipedia]&lt;br /&gt;
&lt;br /&gt;
===Instant Messaging===&lt;br /&gt;
*See [http://www.rfc-editor.org/rfc/rfc4770.txt RFC 4770].&lt;br /&gt;
&lt;br /&gt;
===Subject differentiator===&lt;br /&gt;
The use of &amp;quot;fn&amp;quot; and &amp;quot;fn org&amp;quot; differentiate between hCards for people and for other entities, but we perhaps need some further differentiator, between, say, organisations and venues (including buildings, governmental divisions, waypoints, etc.) at a level of granularity to be determined. [[User:AndyMabbett|Andy Mabbett]] 14:30, 11 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Elevation===&lt;br /&gt;
*See [[geo-extension-elevation]]&lt;br /&gt;
&lt;br /&gt;
== Suggestions for handling encodings ==&lt;br /&gt;
The vCard standard specifies that US-ASCII is assumed to be the encoding in the absence of a MIME content type header or a CHARSET parameter that indicates otherwise. This was an unfortunate choice. vCard .vcf files stored on a local filesystem do not contain a MIME header and the only way to reliably use an encoding other than ASCII is to tag each field with the &amp;quot;CHARSET=&amp;quot; label. This makes the vCard stream more complicated than necessary. This could be simplified by a revision of the standard that specifies UTF-8 as the default encoding. This could work safely with existing vCard .vcf files, which do not contain a MIME content header. The first vCard VERSION field would be the same encoded as either ASCII or UTF-8, so readers could easily determine which encoding to default to.&lt;br /&gt;
&lt;br /&gt;
Furthermore, those creating vCard readers should be encouraged to support vCard .vcf files that begin with a UTF-8 BOM sequence. If the first three bytes of the file are 0xEF 0xBB 0xBF, the text file is UTF-8 encoded, and the vCard reader should assume UTF-8 is the default. Unfortunately many readers today fail to recognize the UTF-8 BOM and view the file as a corrupt vCard.&lt;br /&gt;
&lt;br /&gt;
==Note==&lt;br /&gt;
On 2006-11-24, Paul Hoffman of the [http://www.imc.org/ Internet Mail Consortium], responsible for the development and promotion the vCard standard, wrote in response to an e-mail from [[User:AndyMabbett|Andy Mabbett]] informing him of this web page:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
There has been almost no interest in revising the vCard standard. This is due to lack of momentum, not the lack of good suggestions.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, see [[events/2007-09-18-calconnect-vcard-workshop]] for an event with vCard modification on the agenda.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[vcard-errata|vCard errata]]&lt;br /&gt;
* [[vcard-implementations]]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
* [[hcard-brainstorming#Post_vCard_additions]]&lt;br /&gt;
* [http://www.imc.org/imc-vcard/ vCard mailing list] - a place to raise these issues, and where similar issues can be found.&lt;br /&gt;
* [[events/2007-09-18-calconnect-vcard-workshop]]&lt;/div&gt;</summary>
		<author><name>NicoFroidure</name></author>
	</entry>
</feed>