Changes between Initial Version and Version 1 of Ticket #1290


Ignore:
Timestamp:
Apr 6, 2009, 12:40:46 PM (15 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1290

    • Property Owner changed from everyone to Nicklas Nordborg
    • Property Status newassigned
  • Ticket #1290 – Description

    initial v1  
    11I 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.
     2
     3All programmers must of course make sure that the editor they use are capable of editing UTF-8 files without corrupting them. Eclipse users should:
     4
     5 1. Right click on the main project entry in the "Package explorer" and select the "Properties" menu.
     6 2. Choose "UTF-8" as the text file encoding.