Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91777 - A few more changes to utf-8.xml
Summary: A few more changes to utf-8.xml
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://forums.gentoo.org/viewtopic-p-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-07 02:39 UTC by Tom Martin (RETIRED)
Modified: 2005-05-09 07:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
New sections on Less and Man (utf8-less+man.patch,1.57 KB, patch)
2005-05-07 23:28 UTC, Shyam Mani (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Martin (RETIRED) gentoo-dev 2005-05-07 02:39:56 UTC
http://forums.gentoo.org/viewtopic-p-2385415.html

less will only work with utf-8 if:

LESSCHARSET=utf-8

is set in the shell's rc file(s).

Also, for man pages, /etc/man.conf needs to be mentioned. The line beginning with NROFF needs to become:

NROFF           /usr/bin/nroff -mandoc -c                                         

You could put this under a new 'Man pages' section towards the end.

Thanks,
Tom
Comment 1 Shyam Mani (RETIRED) gentoo-dev 2005-05-07 12:41:23 UTC
Alrighty, will put up a patch on this.
Comment 2 Shyam Mani (RETIRED) gentoo-dev 2005-05-07 23:28:45 UTC
Created attachment 58315 [details, diff]
New sections on Less and Man

The patch should close this Bug. Have added two small sections on man and less
to make sure they render unicode correctly.
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2005-05-09 07:06:16 UTC
Nice patch, thanks. Committed.
Comment 4 Shyam Mani (RETIRED) gentoo-dev 2005-05-09 07:32:44 UTC
Thanks :)