Ilmajoki
20040722
Maalla 1
luo
00020465
poika
kes~^J
kes~^Jloma
lato
maatalous
maaseutu
pelto
lapsi
####
# ä from mac to pc
root-2.04# perl -e 'open (F, ";close F;foreach(@asd){@t=split("\t", $_);$t[6] =~ s/\x8A/\xE4/g;print $t[6]."\n";}'
This is the way...
*nix = http://www.idevelopment.info/data/Programming/ascii_table/PROGRAMMING_ascii_table.shtml
http://www.asciitable.com
Mac = http://www.evergreen.edu/biophysics/technotes/program/ascii_ext-mac.htm
Other scandinavian letters...
Ä = \x80 -> \xC4
ä = \x8A -> \xE4
Ö = \x85 -> \xD6
ö = \x9A -> \xF6
Å = \x81 -> \xC5
å = \x8C -> \xE5