Do you have a reference for the "unicode begin ... unicode end" syntax in
your sample? I couldn't find anything in the RFCs on that. Outlook 2003, in
fact, doesn't encode the characters when it saves them a contact as a vCard,
e.g.:
ADR;WORK:;;;?, ?
[let's see if those actually come through or if they're escaped into two
characters as your post came through here]

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> > Can you attach a small vCard that illustrates the issue?
>
> Here u go... the content is also in my first post.
author - 10 Feb 2004 10:21 GMT
> Do you have a reference for the "unicode begin ... unicode end" syntax in
> your sample?
I have used this reference:
http://www.imc.org/pdi/pdiproddev.html
The "unicode begin ... unicode end" is not an syntax, just some text
to tell me that here comes unicode-chars.
But this syntax should tell it's unicode (UTF-8)
ADR;CHARSET=UTF-8:
...but as you know, it not seam to work that well ;)
> ADR;WORK:;;;æ, ø
> [let's see if those actually come through or if they're escaped into two
> characters as your post came through here]
In this post, I see the correct chars.... but you know, if I view the
vcf-file in notepad, I also see the correct chars.
Of course if I manual save the "correct" chars it would work for me
here, but the data behind comes from a database, with the type of
unicode. And the writer-object writes it as unicode.