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][tlug] Japanese in Perl on Linux
- Date: Wed, 12 May 2004 11:14:17 +0900
- From: Blomberg David <dblomber@example.com>
- Subject: [tlug] Japanese in Perl on Linux
I am using perl to send an email it works except that Japanese text come out as question marks. could any perl monger out there let me in on how I am doing this wrong? ------first version---------------------------------- print MAIL "不正パスワード情報"; (first version output is just question marks) ------Second version---------------------------------- $temp = MIME::Base64::encode("不正パスワード情報"); chomp($temp); print MAIL "=?ISO-2022-JP?B?$temp?=\n"; (this one I get the string =?ISO-2022-JP?B?Pz8/Pz8/Pz8/?= mime encoded Japanese text as best I can tell) ----------------------------------------------------- Thank You -- David Blomberg AIS, APS, ASE, CCNA, LCP, LCA, Linux+, LPI I, MCP, MCSA, MCSE, RHCE, Server+ Nihon Libertec dblomber@example.com
- Follow-Ups:
- Re: [tlug] Japanese in Perl on Linux
- From: Brett Robson
- Re: [tlug] Japanese in Perl on Linux
- From: simon colston
- Re: [tlug] Japanese in Perl on Linux
- From: Stephen J. Turnbull
- Re: [tlug] Japanese in Perl on Linux
- From: Gerald Naughton
- Re: [tlug] Japanese in Perl on Linux
- From: Marjan Parsa
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Red Hat Japan
- Next by Date: RE: [tlug] Red Hat Japan
- Previous by thread: RE: [tlug] Red Hat Japan
- Next by thread: Re: [tlug] Japanese in Perl on Linux
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links