Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 75193

Summary: problems searching for non alphabetic characters in unicode locale
Product: [Retired] Red Hat Linux Reporter: Michael Wardle <michael.wardle>
Component: manAssignee: Florian La Roche <laroche>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: aleksey
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-22 21:44:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Wardle 2002-10-05 09:50:40 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

Description of problem:
When viewing a manual page using less as the pager, I like to search
for command parameters by typing: slash-hyphen-flag (such as /-N).
In Red Hat 7, this worked, but after a clean install of Red Hat 8, it
does not.

There are also problems searching for other non-alphabetic characters
such as single quotes.


Version-Release number of selected component (if applicable):
358-28

How reproducible:
Always

Steps to Reproduce:
1. man wget
2. /-N
	

Actual Results:  less displays the error message "Pattern not found"

Expected Results:  cursor is moved to the next instance of "-N"

Additional info:

I notice that Red Hat 8 now uses the Unicode character set in many
places by default.  I tried changing $LANG from en_AU.UTF-8 (this
was selected when I chose English-Australia as the default language
during installation) to en_AU, and I was again able to search for
special characters such as the hyphen.

The same problem appears to exist in the equivalent en_US locales.

Comment 1 Karsten Hopp 2002-11-04 11:15:02 UTC
not a bug in less, but in man/nroff (try man -P more manpage to see that the 
same occurs with more)

Comment 2 Florian La Roche 2002-11-26 13:44:23 UTC
groff-1.18.1-1 or newer should have a patch that changes the hyphen
character, so that you can search it in "less" again.

greetings,

Florian La Roche