Colin Watson wrote:
>
> "Frederico S. =?iso-8859-1?Q?Mu=F1oz?=" <[EMAIL PROTECTED]> wrote:
> >Manuel Hendel wrote:
> >> kann anyone help fixing my problem with less? I can't see any ä,ü or ö
> >> if I do a "less file".
> [...]
> >or, if this doesn't work,
> >
> >export LESSCHARSET="de_DE"
>
> T
"Frederico S. =?iso-8859-1?Q?Mu=F1oz?=" <[EMAIL PROTECTED]> wrote:
>Manuel Hendel wrote:
>> kann anyone help fixing my problem with less? I can't see any ä,ü or ö
>> if I do a "less file".
[...]
>or, if this doesn't work,
>
>export LESSCHARSET="de_DE"
That should be 'export LESSCHARSET=latin1' or
Manuel Hendel wrote:
>
> Hi everybody,
>
> kann anyone help fixing my problem with less? I can't see any ä,ü or ö
> if I do a "less file".
>
export LANG="de_DE"
or
export LC_CTYPE="de_DE"
or, if this doesn't work,
export LESSCHARSET="de_DE"
cheers,
fsm
--
Frederico Serrano Muñoz
On Mon, Dec 18, 2000 at 09:52:15AM +0100, Manuel Hendel wrote:
> kann anyone help fixing my problem with less? I can't see any ä,ü or ö
> if I do a "less file".
Hello,
Reading from the manpage for 'less', the option '-r' or
'--raw-control-chars' causes raw control characters to be
displayed.
Re
On Mon, 18 Dec 2000, Colin Watson wrote:
> Manuel Hendel <[EMAIL PROTECTED]> wrote:
> >kann anyone help fixing my problem with less? I can't see any ä,ü or ö
> >if I do a "less file".
>
> 'less -r file' for a quick fix. 'export LANG=de_DE' works for me, and is
> probably better long-term.
'expor
Manuel Hendel <[EMAIL PROTECTED]> wrote:
>kann anyone help fixing my problem with less? I can't see any ä,ü or ö
>if I do a "less file".
'less -r file' for a quick fix. 'export LANG=de_DE' works for me, and is
probably better long-term.
--
Colin Watson [EMAIL
On Mon, Dec 18, 2000 at 09:52:15AM +0100, Manuel Hendel wrote:
> Hi everybody,
>
> kann anyone help fixing my problem with less? I can't see any ä,ü or ö
> if I do a "less file".
$ export LANG=de_DE
--
Eric G. Miller
On Mon, Dec 18, 2000 at 09:52:15AM +0100, Manuel Hendel wrote:
> Hi everybody,
>
> kann anyone help fixing my problem with less? I can't see any ä,ü or ö
> if I do a "less file".
>
> Thanks for any help,
> Manuel
Try less -r
Miso&Frankie
>
>
> --
> To UNSUBSCRI
Hi everybody,
kann anyone help fixing my problem with less? I can't see any ä,ü or ö
if I do a "less file".
Thanks for any help,
Manuel
9 matches
Mail list logo