This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 30268 - Mischaracterization of \w
Summary: Mischaracterization of \w
Status: NEW
Alias: None
Product: XML Schema
Classification: Unclassified
Component: Datatypes: XSD Part 2 (show other bugs)
Version: 1.0/1.1 both
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: David Ezell
QA Contact: XML Schema comments list
URL: http://www.w3.org/TR/xmlschema11-2/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-20 01:04 UTC by Irwin Dunietz
Modified: 2018-06-20 01:09 UTC (History)
1 user (show)

See Also:


Attachments

Description Irwin Dunietz 2018-06-20 01:04:33 UTC
The characterization of \w in the final table in the section on regular expressions should read:

[#x0000-#x10FFFF-[\p{P}\p{Z}\p{C}]]

The characterization in the document matches a 3-character string, with "-" as the middle character.