Re: StopWords problem

2007-12-26 Thread
or you can save it as "Unicode" and javac -encoding Unicode this way you can still use notepad. Liaqat Ali 写道: 李晓峰 wrote: "javac" has an option "-encoding", which tells the compiler the encoding the input source file is using, this will probably solve the probl

Re: StopWords problem

2007-12-26 Thread
BOM before compile your code. Liaqat Ali wrote: 李晓峰 wrote: "javac" has an option "-encoding", which tells the compiler the encoding the input source file is using, this will probably solve the problem. or you can try the unicode escape: \u, then you can save it in ANSI, ha

Re: StopWords problem

2007-12-26 Thread
"javac" has an option "-encoding", which tells the compiler the encoding the input source file is using, this will probably solve the problem. or you can try the unicode escape: \u, then you can save it in ANSI, had for human to read though. or use an IDE, eclipse is a good choice, you can se