diff --git a/handbook/computing/regular.html b/handbook/computing/regular.html index a9de9b235..6e40e11cb 100644 --- a/handbook/computing/regular.html +++ b/handbook/computing/regular.html @@ -30,8 +30,10 @@

Wallets and Surveyscans

2020#00

The #00 wallet directory (e.g. /2020/2020#00/ ) contains orphan files that have been found on the expo laptop in odd places, or have been scanned from bits of notebook found inside other documents. Keep an eye on it and re-file the contents as you discover what they are. -

EOL

-

Run dos2unix to convert any uploaded Windows text files to the format expected by our software. e.g.

cd expofiles/surveyscans
+

EOL and UTF8

+

This is much less of a prpblem now that we have nearly all the file uploading done by troggle forms. +

The most common UTF8 problem is with files uploaded conting German language umlaut characters which have been encoded using an extended-ASCII code such as ISO-8055-1 or Windows-1251. +

To fix EOL problems, use dos2unix to convert any uploaded Windows text files to the format expected by our software. e.g.

cd expofiles/surveyscans
 find . -not -type d -exec file "{}" ";" | grep CRLF >crlf.txt
 `awk -F: '// {print "dos2unix \"" $1 "\""}' crlf.txt`

Also a good idea to run on all of expofiles once every few years as many GPX exports