Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 1996 20:09:30 +0100
From:      wolframs@elib.ZIB-Berlin.DE (Wolfram Schneider)
To:        listen@forthdv.pfm-mainz.de (Listen Manager fuer Forthdv)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   8bit clean vi?
Message-ID:  <199603031909.UAA24662@elib.ZIB-Berlin.DE>
In-Reply-To: <m0tsF5P-000EzGC@forthdv.pfm-mainz.de>
References:  <m0tsF5P-000EzGC@forthdv.pfm-mainz.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Listen Manager fuer Forthdv writes:
>how do I manage to get the iso8859-1 characters displayed while working
>with vi. All I get is the hex-representation of the characters which
>looks not that nice....

Use locale.

$ env LANG=de_DE.ISO_8859-1 vi

or

$ LANG=de_DE.ISO_8859-1; export LANG; vi


Gruß Wolfram



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603031909.UAA24662>