Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #8332
| From | markspace <-@.> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Runtime.getRuntime.exec + Czech windows |
| Date | 2011-09-26 08:02 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <j5q46f$e1k$1@dont-email.me> (permalink) |
| References | <d8a11252-26f2-4cb9-aeca-4fe5991a8c3f@y18g2000yqy.googlegroups.com> |
On 9/26/2011 5:40 AM, ilya wrote: > I am working on Czech windows and have the problem with the executing > the commands with Runtime.getRuntime().exec(). The special czech > characters are changed during the executing the command. > > For example, the file c:\applications\commands\testí\run.bat will not > be executed because the character " í " will be changed on some > character or on ?. > > Is there the way to execute the command? <http://download.oracle.com/javase/6/docs/api/java/nio/charset/CharsetDecoder.html> What is the actual Unicode code point (the number) for the í character?
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Runtime.getRuntime.exec + Czech windows ilya <bumsys@gmail.com> - 2011-09-26 05:40 -0700
Re: Runtime.getRuntime.exec + Czech windows markspace <-@.> - 2011-09-26 08:02 -0700
Re: Runtime.getRuntime.exec + Czech windows Lew <lewbloch@gmail.com> - 2011-09-26 10:33 -0700
Re: Runtime.getRuntime.exec + Czech windows Roedy Green <see_website@mindprod.com.invalid> - 2011-09-26 11:25 -0700
csiph-web