Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1290 closed task (fixed)

Change source files to UTF-8

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.12
Component: core Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

I think it is time to convert all our source code files to use UTF-8 instead of ISO-8859-1. It will be a lot easier since we never have to worry about which characters we can use.

All programmers must of course make sure that the editor they use are capable of editing UTF-8 files without corrupting them. Eclipse users should:

  1. Right click on the main project entry in the "Package explorer" and select the "Properties" menu.
  2. Choose "UTF-8" as the text file encoding.

Change History (5)

comment:1 by Nicklas Nordborg, 15 years ago

Description: modified (diff)
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 15 years ago

(In [4888]) References #1290: Change source files to UTF-8

All *.java, *.jsp and *.xml files have been converted.

comment:3 by Nicklas Nordborg, 15 years ago

(In [4889]) References #1290: Change source files to UTF-8

Changed 'Hakkinen' to 'H?\195?\164kkinen'.

comment:4 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

comment:5 by Nicklas Nordborg, 15 years ago

(In [4940]) References #1290: Change source files to UTF-8

Fixed non UTF-8 character.

Note: See TracTickets for help on using tickets.