Тема: Java Unicode
Показать сообщение отдельно
Непрочитано 10.08.2017, 02:09   #2
Аватар для klubheads
Пользователь

По умолчанию Re: Java Unicode

Можно сразу скомпилировать ядро c UTF-8

<target name="compile" depends="init" description="Compile the source.">
<javac destdir="${build.classes}" optimize="on" debug="on" nowarn="off" source="1.7" target="1.7" includeantruntime="false">
<compilerarg value="-encoding"/>
<compilerarg value="UTF8"/>
<src path="${src}"/>
<bootclasspath refid="bootclasspath"/>
<classpath refid="classpath"/>
</javac>
</target>
klubheads вне форума Ответить с цитированием