Hi,I'm chuck.I'm a coder in china.I use your team project TelosysTool generate Code,but some chinese words happen encoding problem.My project encoding is 'UTF-8',I want know how let it right?
I read a little source code,in the 'Generator.java'
OutputStream out = new FileOutputStream(file);
if change it
OutputStreamWriter out = new OutputStreamWriter(new FileOutputStream(file),"UTF-8");
can make it right?
help me,please.
Hi,I'm chuck.I'm a coder in china.I use your team project TelosysTool generate Code,but some chinese words happen encoding problem.My project encoding is 'UTF-8',I want know how let it right?
I read a little source code,in the 'Generator.java'
OutputStream out = new FileOutputStream(file);
if change itOutputStreamWriter out = new OutputStreamWriter(new FileOutputStream(file),"UTF-8");
can make it right? help me,please.