Re: process.popen with Japanese args => UTF8 JAVA

2014-03-09 Thread Cameron Simpson
On 09Mar2014 16:52, Jun Tanaka wrote: > I have tried to process.popen to run java program with Japanese language. > test.java is compiled with utf8 > '日本語' below means Japanese in Japanese. > but it does not work. Anyone who knows this matter well. Please help. > Jun > > python code>>

Re: process.popen with Japanese args => UTF8 JAVA

2014-03-09 Thread Ben Finney
Jun Tanaka writes: > I have tried to process.popen to run java program with Japanese language. > test.java is compiled with utf8 > '日本語' below means Japanese in Japanese. > but it does not work. What are you expecting to happen, and what happens instead? What error (if any) is produced? -- htt

process.popen with Japanese args => UTF8 JAVA

2014-03-08 Thread Jun Tanaka
Hello, I have tried to process.popen to run java program with Japanese language. test.java is compiled with utf8 '日本語' below means Japanese in Japanese. but it does not work. Anyone who knows this matter well. Please help. Jun python code> sentence = '日本語' filename = 'japanes