How to use Runtime.exec to use en_US.UTF-8 locale?

Z

Zsolt

Hi,

I need to start a program (svnlook info) that should print info to stdout in
UTF8 encoding. How can I do that with
Runtime.exec ?

Zsolt
 
R

Roland

Hi,

I need to start a program (svnlook info) that should print info to stdout in
UTF8 encoding. How can I do that with
Runtime.exec ?

Zsolt
OK, 'svnlook' has to print something to stdout in UTF-8.
That cannot be controlled by Java Runtime.exec. That should be
controlled by the program (if it even is possible).
--
Regards,

Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top