international characters in email subject line

2001-02-12 Thread Raghu Kolluru
Greetings! I would like to send email in international charsets. I am able to send the body using the desired charset but not the subject line. Any help would be appreciated. Thanks.

Re: international characters in email subject line

2001-02-12 Thread Michael \(michka\) Kaplan
t; <[EMAIL PROTECTED]> To: "Unicode List" <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 2:37 PM Subject: international characters in email subject line > Greetings! > > I would like to send email in international charsets. I am able to send the > body using the des

RE: international characters in email subject line

2001-02-12 Thread Raghu Kolluru
address of such a group? Thanks. -Original Message- From: Michael (michka) Kaplan [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 3:21 PM To: Raghu Kolluru; Unicode List Subject: Re: international characters in email subject line What mail program are you using? Many of them

Re: international characters in email subject line

2001-02-12 Thread Michael \(michka\) Kaplan
Kaplan'" <[EMAIL PROTECTED]>; "Unicode List" <[EMAIL PROTECTED]> Sent: Monday, February 12, 2001 3:29 PM Subject: RE: international characters in email subject line > I wrote a java application which sends emails to a relay server (Postfix). > My email client is

RE: international characters in email subject line

2001-02-12 Thread Raghu Kolluru
Subject: Re: international characters in email subject line Well, like I said Outlook does not support this -- it will only use the default system code page (b.k.a. CP_ACP) for subject lines and any other part of the header. michka - Original Message - From: "Raghu Kolluru" <[EM

Re: international characters in email subject line

2001-02-12 Thread Keld Jørn Simonsen
ent: Monday, February 12, 2001 2:37 PM > Subject: international characters in email subject line > > > > Greetings! > > > > I would like to send email in international charsets. I am able to send > the > > body using the desired charset but not the subject line. > > Any help would be appreciated. > > Thanks. > > >

Re: international characters in email subject line

2001-02-12 Thread Jungshik Shin
On Mon, 12 Feb 2001, Michael (michka) Kaplan wrote: > From: "Raghu Kolluru" <[EMAIL PROTECTED]> > > I would like to send email in international charsets. I am able to send > the > > body using the desired charset but not the subject line. The question is so vague. If you need to get some he

Re: international characters in email subject line

2001-02-12 Thread Sean O Seaghdha
Ar 12 Feb 2001, ag 15:06 scríobh Michael (michka) Kaplan fán ábhar "Re: international characters in ema": > Well, like I said Outlook does not support this -- it will only use the > default system code page (b.k.a. CP_ACP) for subject lines and any other > part of the header. Ar 12 Feb 2001, ag

Re: international characters in email subject line

2001-02-12 Thread Alain LaBonté 
À 19:53 01-02-12 -0800, Sean O Seaghdha a écrit: >Ar 12 Feb 2001, ag 15:06 scríobh Michael (michka) Kaplan >fán ábhar "Re: international characters in ema": > >Of course, since my preferred mail program is Pegasus Mail, which can only be >configured for one character set, I can't usually read such

Re: international characters in email subject line

2001-02-12 Thread Jungshik Shin
On Mon, 12 Feb 2001, Sean O Seaghdha wrote: > On 12 Feb 2001, Michael (michka) Kaplan wrote: > > > Well, like I said Outlook does not support this -- it will only use the > > default system code page (b.k.a. CP_ACP) for subject lines and any other > > part of the header. > > On 12 Feb 2001,

Re: international characters in email subject line

2001-02-12 Thread Sean O Seaghdha
Ar 12 Feb 2001, ag 20:40 scríobh Jungshik Shin fán ábhar "Re: international characters in ema": > I stand corrected(thank you for correcting me). It's possible to enter > whatever script supported by IMEs installed on your system in both > Subject(and other headers) and body of the message. Howev

Re: international characters in email subject line

2001-02-12 Thread Michael \(michka\) Kaplan
From: "Jungshik Shin" <[EMAIL PROTECTED]> > Please, note that Michael (michka) Kaplan, I guess is, one of > the last persons on this list to say something not true just to > make MS look bad. There are a few program managers in Office and Visual Studio who might disagree with this statement --

Re: international characters in email subject line

2001-02-12 Thread Sean O Seaghdha
Ar 12 Feb 2001, ag 20:28 scríobh Alain LaBonté  fán ábhar "Re: international characters in ema": > À 19:53 01-02-12 -0800, Sean O Seaghdha a écrit: > > > >Of course, since my preferred mail program is Pegasus Mail, which can only be > >configured for one character set, I can't usually read such h

Re: international characters in email subject line

2001-02-12 Thread Jungshik Shin
On Mon, 12 Feb 2001, Alain LaBonté  wrote: > À 19:53 01-02-12 -0800, Sean O Seaghdha a écrit: > >Ar 12 Feb 2001, ag 15:06 scríobh Michael (michka) Kaplan > >fán ábhar "Re: international characters in ema": > > > >Of course, since my preferred mail program is Pegasus Mail, which can only be > >

RE: international characters in email subject line

2001-02-13 Thread Brendan Murray/DUB/Lotus
Raghu Kolluru <[EMAIL PROTECTED]> wrote: > Do you know of any email client which CAN do this and also display the from > alias of the email in the desired charset? Lotus Notes does this (and has done so for some considerable time), although it's probably way too large for what you need. Brendan

[OT]RE: international characters in email subject line

2001-02-12 Thread Jungshik Shin
On Mon, 12 Feb 2001, Raghu Kolluru wrote: > I wrote a java application which sends emails to a relay server (Postfix). When you write your java application, note that any 8bit character is explicitly prohibited(IETF STD 11/RFC 822). You need to encode them per IETF RFC 2047 (and RFC 2184, 2