Opened 16 years ago
Closed 16 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 , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [887]) Fixes #154. configure now supports setting of java source files encoding.