[GRASS5] New tcltkmenu
Morten Hulden
morten at untamo.net
Sun Apr 18 11:31:30 EDT 2004
On Sun, 18 Apr 2004, Sjors wrote:
> Hi Glynn,
>
> This didn't work for me. Although I've succesfully installed the package
> I'm just trying to be precise.
>
> >The README.txt file appearst to be in "Microsoft Unicode" format:
> >
> > $ file README.txt
> > README.txt: Little-endian UTF-16 Unicode English character data, with very long lines
> >
> >It's essentially UTF-16, except with a "byte-order mark" (0xfeff) at
> >the start of the file.
> >
> >You can convert it to ASCII with:
> >
> > dd if=README.txt bs=2 skip=1 | iconv -f UTF-16 -t US-ASCII
If you have 'recode' installed you can also do:
cat README.txt | recode u2/..ascii/
rgds
Morten
More information about the grass-dev
mailing list