thanks for the reply
I am using perl with my subversion hooks
This perl script send me notification by e-mail and this is working well
This perl script get log comment from subversion and in subversion log comment 
both in Enlgish and japanese
English is fine
now I want to show japanese text in my mail user client like Outlook Express or 
Thunderbird and this client are already showed Japanese character well
I have one line in my perl script like

push (@body, @log)

I want to display @log valu in Japanese

Thaks

--- On Tue, 4/28/09, Thurn, Martin (IS) <martin.th...@ngc.com> wrote:

From: Thurn, Martin (IS) <martin.th...@ngc.com>
Subject: RE: [Perl-unix-users] Need Help on Japanese Character
To: "Jewel Nuruddin" <jungi_unavaila...@yahoo.com>, 
perl-unix-users@listserv.ActiveState.com
Cc: "Thurn, Martin (IS)" <martin.th...@ngc.com>
Date: Tuesday, April 28, 2009, 12:25 AM

WHERE are you trying to show it?  Emacs?  Xterm?  OpenOffice document?
Dot matrix printer?

You need to configure your display mechanism to properly display
Japanese before worrying about what your Perl programming is printing.

 

 - - Martin 

 

________________________________

From: perl-unix-users-boun...@listserv.activestate.com
[mailto:perl-unix-users-boun...@listserv.activestate.com] On Behalf Of
Jewel Nuruddin
Sent: Monday, April 27, 2009 09:36
To: perl-unix-users@listserv.ActiveState.com
Subject: [Perl-unix-users] Need Help on Japanese Character


Hi
I am new in perl,
I want to show Japanese character, I had try with several option but I
could not,
Could you please help me.

print @log ;

I want to print this @log value in proper Japanese character
Thanks

    




      
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to