Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]RE: [tlug] perl, cgi, and moji-baki
- Date: Wed, 26 Jan 2005 12:02:08 +0900
- From: "Erin D. Hughes" <erin@example.com>
- Subject: RE: [tlug] perl, cgi, and moji-baki
Thanks Edmund, I did not realize that I thought ISO-2022-JP was Shift-Jis. I guess that is why it does not come out on a Mac. May I use Jcode to convert to this format as well? -----Original Message----- From: Edmund Edgar [mailto:lists@example.com] Sent: Wednesday, January 26, 2005 11:55 AM To: tlug@example.com Subject: Re: [tlug] perl, cgi, and moji-baki Hi Erin. Are you sure you want to be sending the e-mail to the customer in Shift-JIS? Your e-mail headers say ISO-2022-JP, which is 7-bit JIS encoding, not Shift-JIS. You should probably be sending the e-mail in ISO-2022-JP, but if you have to send it in Shift-JIS, you'll need to adjust your e-mail headers. Edmund Erin D. Hughes wrote: >Hey can I ask any one give me a little assistance with a cgi I am trying to >create. It is really a simple thing but it is not coming out well at all. > >1. I need the data to go into the db as EUC. Already happening page is >encoded with EUC so data comes in that format. >2. I need sent the thank you e-mail to the customer in Shift-JIS, Using >Jcode I think that I have achieved that with header info. >3. Currently both functions are working except when a Mac user receives the >mail. There it is Moji Baki. > ><code> >my $name_coded = &jcode::sjis($name); >my $body_coded = &jcode::sjis($body); > > >my $mail = qq(To: $email >Reply-to: $reply_to >From: $reply_to >Subject: $subject >Content-type: text/plain; charset="ISO-2022-JP" >Content-transfer-encoding: 7bit >Status: > > >$name_coded —l >$body_coded > >); > >###OLD SEND MAIL >open(MAIL,"| sendmail -t") || die "can't pipe to sendmail"; >print MAIL $mail; >close(MAIL); > ></code> > >Thanks in advance for any usefull info (thanks as well for the unusefull >stuff)! > >Erin > > > -- The TLUG server is hosted by Open Source Development Lab Japan. http://www.osdl.jp/ To unsubscribe from this mailing list, please see the instructions at <http://www.tlug.jp/list.html>
- Follow-Ups:
- Re: [tlug] perl, cgi, and moji-baki
- From: Edmund Edgar
- References:
- Re: [tlug] perl, cgi, and moji-baki
- From: Edmund Edgar
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] perl, cgi, and moji-baki
- Next by Date: Re: [tlug] perl, cgi, and moji-baki
- Previous by thread: Re: [tlug] perl, cgi, and moji-baki
- Next by thread: Re: [tlug] perl, cgi, and moji-baki
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links