server-1.12/doc/spoiler/arche-extract

7 lines
164 B
Plaintext

{
# Norse names should be spelled in Norwegian...
if ($2 ~ /mjoellnir/)
sub("oe", "{\\o}", $3);
printf("%s &%s &%d &%.2f &%s \\\\\n", $3, $10, $5, $11, $4);
}