Angus Leeming wrote:
> Incidentally, maybe a script would help automate the changing of
> those _("Minipage settings") to N_(...)
>
> for file in Form*.C; do
> sed�'s/\(^[������]*:�base_class([^_]*\)_/\1N_/'�$file�>�tmp
> cmp�-s�$file�tmp�&&�continue
> diff�-u�$file�tmp
> mv�-i�tmp�$file
> done
Hmmm. Dunno about your mail reader, but mine has mangled that
'^[ ������]*:�base'
part. The square bracket should contain a single space and a single
tab. If you're typing this from the command line, the tab is
Cntl-vCntl-i
--
Angus