The character set property only refers to a character set override. If you
want the character set of a particular part of a MIME message, you have to
look at the MIME parts (part AppleScript element) to see the character sets
of the various MIME parts in the message. Outgoing and edited messages are
stored as Unicode and the character set is not editable.
I'm not sure exactly what's going with the script. If it looks okay in the
display dialog command, that means it's probably MacRoman instead of
iso-8859-1. You might try setting the character set to "x-macroman". I
might have the name wrong though.
Dan
On 8/6/01 11:07 PM, "Antoine P�rus" <[EMAIL PROTECTED]> wrote:
> Hello Everyone,
>
> I'm trying to adapt a Philip Kearney's script in order to burst a French
> digest. Every thing seems ok, but I lose the letters with accents during
> the message creation :
>
> display dialog gNewMsgSource -- source text ok, here
>
> -- create the message
> make new incoming message with properties �
> {source:gNewMsgSource, �
> read status:untouched, �
> account:gAccount} �
> at gDestinationFolder
>
> I tried adding the property 'character set' set to "Unicode" or "ISO-8859-1"
> but without success �
> Any idea?
>
> I noticed also that this property (character set) is always void in all
> messages from my mailbox I tested. Does anyone know why?
>
> Antoine.
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
To search the archives:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>