View Issue Details

IDProjectCategoryView StatusLast Update
00007981003.1(2013)/Issue7+TC1Base Definitions and Headerspublic2022-07-28 16:28
Reportersteffen Assigned To 
PrioritynormalSeverityObjectionTypeEnhancement Request
Status ClosedResolutionRejected 
Namesteffen
Organization
User Reference
SectionXBD 9.3.5, XCU 4.
Page Number185, 3274
Line Number6001-6004, 109878-109879
Interp Status---
Final Accepted Text
Summary0000798: Addition of a [:symbol:] bracket expression character class expression
DescriptionRelated to the addition of a new «symbol»
character class is a new corresponding character
class expression.
Desired ActionXBD 9.3.5, «RE Bracket Expression»

  On page 185, lines 6001-6004
  change
  
    The following character class expressions
    shall be supported in all locales:

    [:alnum:] [:cntrl:] [:lower:] [:space:]
    [:alpha:] [:digit:] [:print:] [:upper:]
    [:blank:] [:graph:] [:punct:] [:xdigit:]
    
  to

    The following character class expressions
    shall be supported in all locales:
  
    [:alnum:] [:cntrl:] [:lower:] [:punct:] [:upper:]
    [:alpha:] [:digit:] [:space:] [:xdigit:]
    [:blank:] [:graph:] [:print:] [:symbol:]
    
XCU 4., «tr»

  On page 3274, lines 109878-109879
  change
  
    alnum blank digit lower punct upper
    alpha cntrl graph print space xdigit
    
  to
  
    alnum blank digit lower punct symbol xdigit
    alpha cntrl graph print space upper
TagsUTF-8_Locale

Relationships

related to 0001548 New 1003.1(2016/18)/Issue7+TC2 Addition of a POSIX.utf-8 locale (likely as 7.3 "POSIX.utf-8 locale") 
related to 0000795 Closedajosey 1003.1(2013)/Issue7+TC1 Addition of a new «symbol» character class 

Activities

Don Cragun

2022-07-28 16:28

manager   bugnote:0005917

This was discussed during the 2022-07-28 conference call. There is no existing practice for this change, so this bug is rejected. If anything, it is properly a component of any proposed resolution to 0001548.

Issue History

Date Modified Username Field Change
2013-11-16 20:58 steffen New Issue
2013-11-16 20:58 steffen Name => steffen
2013-11-16 20:58 steffen Section => XBD 9.3.5, XCU 4.
2013-11-16 20:58 steffen Page Number => 185, 3274
2013-11-16 20:58 steffen Line Number => 6001-6004, 109878-109879
2013-11-18 10:24 geoffclare Relationship added related to 0000795
2014-01-16 16:51 Don Cragun Tag Attached: UTF-8_Locale
2022-07-28 16:21 eblake Relationship added related to 0001548
2022-07-28 16:28 Don Cragun Interp Status => ---
2022-07-28 16:28 Don Cragun Note Added: 0005917
2022-07-28 16:28 Don Cragun Status New => Closed
2022-07-28 16:28 Don Cragun Resolution Open => Rejected