#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 by , 16 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 15 years ago
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.