Re: Problems with - and ' in some man-pages

2005-03-02 Thread Colin Watson
On Thu, Mar 03, 2005 at 12:11:16AM +0200, Lars Wirzenius wrote: > ke, 2005-03-02 kello 22:45 +0100, Bernd Eckenfels kirjoitti: > > In article <[EMAIL PROTECTED]> you wrote: > > > Unicode. If people want to use Unicode, this is fine; > > > Unicode and utf-8 exist to be used, after all. However, >

Re: Problems with - and ' in some man-pages

2005-03-02 Thread Lars Wirzenius
ke, 2005-03-02 kello 22:45 +0100, Bernd Eckenfels kirjoitti: > In article <[EMAIL PROTECTED]> you wrote: > > Unicode. If people want to use Unicode, this is fine; > > Unicode and utf-8 exist to be used, after all. However, > > restricted character sets (mainly ascii and Latin-1) > > offer several

Re: Problems with - and ' in some man-pages

2005-03-02 Thread Bernd Eckenfels
In article <[EMAIL PROTECTED]> you wrote: > Unicode. If people want to use Unicode, this is fine; > Unicode and utf-8 exist to be used, after all. However, > restricted character sets (mainly ascii and Latin-1) > offer several real practical benefits I dont think it is fine to use the wrong char

RE: Problems with - and ' in some man-pages

2005-03-02 Thread Julian Mehnle
Thaddeus H. Black wrote: > Eric Lavarde writes, > > in some man pages ... the dashes and single quotes are > > not really what they look like, but some other unicode > > letter. This has two major drawbacks: > > - search for options become nearly impossible > > ... > > You illustrate well the fund

Re: Problems with - and ' in some man-pages

2005-03-02 Thread Thaddeus H. Black
Eric Lavarde writes, > in some man pages ... the dashes and single quotes are > not really what they look like, but some other unicode > letter. This has two major drawbacks: > - search for options become nearly impossible > ... You illustrate well the fundamental problem with indiscriminate us

Re: Problems with - and ' in some man-pages

2005-02-26 Thread Eric Lavarde
Hi, thanks to both Clint and you for the help. In /etc/groff/man.local, I removed the comments in front of: . if '\*[.T]'utf8' \ .char - \N'45' and removed the negation ! in front of the first condition: . if '\*[.T]'utf8' \ .tr \[oq]' (I could have removed the condition alltogether) You

Re: Problems with - and ' in some man-pages

2005-02-26 Thread Adeodato Simó
* Eric Lavarde [Sat, 26 Feb 2005 10:04:45 +0100]: > I'm pretty sure, it's somehow due to the fact that I have set > LANG=en_IE.UTF-8 (unicode being important of course). > Nevertheless, I don't know if it's a problem of the manpage system or of > the manpage writers, and how the writers could ci

Re: Problems with - and ' in some man-pages

2005-02-26 Thread Clint Adams
> Nevertheless, I don't know if it's a problem of the manpage system or of > the manpage writers, and how the writers could circumvent/solve the > problem. And this information would be useful before I start filing > bugs, or!? This is a bug in the manpages themselves. The unformatted source s

Problems with - and ' in some man-pages

2005-02-26 Thread Eric Lavarde
Hi, in some man pages (e.g. ImageMagick, dh_installmime but I've met other ones), the dashes and single quotes are not really what they look like, but some other unicode letter. This has two major drawbacks: - search for options become nearly impossible (try searching for -m, without using -). -