Bug 606261

Summary: The iswspace function returns false on the NO-BREAK-SPACE Unicode character
Product: [Fedora] Fedora Reporter: Berthault <Philippe.Berthault>
Component: glibcAssignee: Andreas Schwab <schwab>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 12CC: dwmw2, fweimer, jakub, schwab
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-07 12:14:33 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 Berthault 2010-06-21 09:28:28 UTC
Description of problem:
The NO-BREAK-SPACE Unicode character (0x00A0) belongs to the family of space characters in the Unicode standard but the iswspace function applied to this character returns false.

Expected results:
The iswspace function on 0x00A0 character must return true.

Comment 1 Andreas Schwab 2010-09-07 12:14:33 UTC
Not a bug.