<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Kepler launches from kepler.exe on windows, but there is a console
batch file.  Thanks!<br>
I was able to read and then write the contents back out to a new file.<br>
<br>
I wish I was able to display the UTF-8 text too though.<br>
--<br>
Matt<br>
<br>
Peter Reutemann wrote:
<blockquote
 cite="mid:548e07050911171141s361ef941yc5d8a7bffdd72304@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I am on windows.
As a test I altered the SimpleFileReader to open the file up specifically in
UTF-8, which I believe worked.  However, when I did this, no text was
displayed to the display actor in Kepler.  But I did have the output print
out to stdout (even if it did just print a bunch of "?").

Also, if I have a default install of Kepler, how do I modify arguments to
the JVM?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
[...]

  </pre>
  <blockquote type="cite">
    <pre wrap="">You can change the default encoding being used by starting the JVM
with a specific "file.encoding" parameter:
  java -Dfile.encoding=utf-8 -classpath ...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Not sure, I don't use Windows at all. Are you starting Kepler with a
batch file (if you're starting Kepler from the Start menu, check the
details of that shortcut)? Then the java call will be most likely in
there.

Cheers, Peter
  </pre>
</blockquote>
<br>
</body>
</html>