Re: Display issue v 4.0 for $ info nano
Benno Schulenberg <[email protected]> Sat, 30 Mar 2019 17:21:34 +0100
| Newsgroups | gmane.editors.nano.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Gordon, Op 30-03-19 om 12:04 schreef [email protected]: > I have some display issues running $ info nano as per screenshot or quote > > eg press enter after first screen shows various display issues > > eg [quote] > 1 Introduction > ************** > GNU \342\200\230nano\342\200\231 is a small and friendly text editor[/quote] Nano's Info manual makes use of UTF-8; having to make do with only ASCII would be too limiting. But the above display issue is caused by TinyCore building nano in a UTF-8 environment, but you are running info in a non-UTF-8 locale. If you set your system and your terminal to a UTF-8 locale, things should display fine. If you don't want any UTF-8, then you should build nano from source and use --disable-utf8 with ./configure, and then remove the following line: @documentencoding UTF-8 from doc/nano.texi before running make. Benno _______________________________________________ Help-nano mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-nano
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEv9AJBh5TUFKtDfIVDSjU0qCs6IQFAlyfl44ACgkQDSjU0qCs 6IRfMw/9EfDhwShKtARFRDTl9/VhX9LMHCPAGBxajyCxizopOK3GSS8a7rtdEV6u Z9HL5ndXKP/mHk7jvV/LqIaLsF2THdudPpZqfrAmuCPWVsSqlBaeIQLOtxTwZuTt Oj+jWu8HyYwAoo+IUOw3xH8gLuSi36apONy9wXkKrPqeZeLRhG5dw2rqS99hlXHY dSRW3bnoSHVHx3ej39N69dpetveFCgpvbvmabFbY60xhtnagV9Ui9Uwcktq4gi2b UMqDVRMK983BGjsVV1fzX+bWJGGPZLLclqatNJgDUzQu8N2Bu8TdM8h5gmzVq6AK kOMA2RATIXXzQck1w2CFsWwJmjob/VenW5WJMqkw1shF9ILwf70EEFkWkK8CE5r2 I8wtdcF3uOIPFCjckouEDM5sYXOPM9iWgJ51Tkn3ZAuOCd3zA128cDCUcwo7eH2Y kw7Jnpmy56uA+VjSk7b4sfyX6wRPxltYcAuCK0qOarVAeybedQoJpHxZ0AfMWO+6 5k4E/oLwxO2cSpupO1GFT5Z8LThy27Qb3jWRpAL8ApELUjY4NaId6Cn5u/Sm419o mU9OLKdrp8tCwdhPrrMxze8CrSNS2Bk+PmmG6c2LydlOhED4xyfQL2rxb/MibY2T NpHO4dWE+H37A4TRqz9fM8pMissSdj5rBCPBm9E/cBX11+Qm7XU= =dyIq -----END PGP SIGNATURE-----