openstreetmap-website/config/potlatch
Ævar Arnfjörð Bjarmason e7d7f35120 Some of these files were in ISO-8859-1, no idea how that happened.
Fixed with:

{{{
for i in $(file *|grep ISO|awk '{print $1}'|sed s/://); do cat $i | iconv -f iso-8859-1 -t utf-8 > $i.utf8;done
for i in *yml; do mv $i.utf8 $i; done
}}}
2009-09-23 18:14:30 +00:00
..
locales Some of these files were in ISO-8859-1, no idea how that happened. 2009-09-23 18:14:30 +00:00
autocomplete.txt Remove bogus executable permissions. 2009-07-14 23:10:39 +00:00
colours.txt Potlatch 1.2a 2009-08-30 19:14:50 +00:00
icon_presets.txt and the accompanying SWF 2009-07-09 20:00:29 +00:00
presets.txt Potlatch 1.2a 2009-08-30 19:14:50 +00:00
relation_colours.txt fix annoying retry bug, and fine-tune relations colours 2009-09-06 23:54:02 +00:00