by =?ISO-8859-1?Q?J=FCrgen_Kahrs?= <Juergen.KahrsDELETETHIS@[EMAIL PROTECTED]
Mar 16, 2008 at 08:42 PM
Hermann Peifer schrieb:
> $ awk 'BEGIN{FIELDWIDTHS = "2 20 20 20"}{print $4}' testdata
> Site
> Kungsbacka
> länGöteborg
> Stenungsund
>
> Can someone confirm?
Yes, I just tried this example with Arnold's current
gawk-stable source tree at Savannah. The result is
the same as yours. Looks like you have found one more
of these painful multi-byte dark corners.