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) <[email protected]> wrote:

From: Thurn, Martin (IS) <[email protected]>
Subject: RE: [Perl-unix-users] Need Help on Japanese Character
To: "Jewel Nuruddin" <[email protected]>, 
[email protected]
Cc: "Thurn, Martin (IS)" <[email protected]>
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: [email protected]
[mailto:[email protected]] On Behalf Of
Jewel Nuruddin
Sent: Monday, April 27, 2009 09:36
To: [email protected]
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
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to