#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 )
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:
- Right click on the main project entry in the "Package explorer" and select the "Properties" menu.
- Choose "UTF-8" as the text file encoding.
Change History (5)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from everyone to Nicklas Nordborg |
Status: | new → assigned |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [4888]) References #1290: Change source files to UTF-8
All *.java, *.jsp and *.xml files have been converted.