Opened 15 years ago

Closed 15 years ago

#154 closed task (fixed)

wenni compiling WeNNI.java requires -encoding option to the compiler

Reported by: Jari Häkkinen Owned by: Jari Häkkinen
Priority: major Milestone: se.lu.thep.wenni 0.7
Component: se.lu.thep.wenni Keywords:
Cc:

Description

Since some of the strings in WeNNI.java contain international characters the character encoding of the source file must be given to the compiler. The encoding should be automatically detected but is not in all operating systems, so it is better to set it explicitly. Default encoding will be UTF8.

Add support to configure.ac and INSTALL

Change History (2)

comment:1 by Jari Häkkinen, 15 years ago

Owner: changed from Peter Johansson to Jari Häkkinen
Status: newassigned

comment:2 by Jari Häkkinen, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [887]) Fixes #154. configure now supports setting of java source files encoding.

Note: See TracTickets for help on using tickets.