bugGNUstep - Bugs: bug #38118, Bug in NSLoclae:...

Group
 
 

bug #38118: Bug in NSLoclae: ExemplarCharacterSet

Submitter:  X Y <macgritsch>
Submitted:  Sat 19 Jan 2013 10:59:58 AM UTC
   
 
Category:  Base/Foundation Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 21 Jan 2013 10:03:17 AM UTC, comment #1: 

Thanks for that ... I fixed it in svn as you suggested.

Richard Frith-Macdonald <CaS>
Group Member
Sat 19 Jan 2013 10:59:58 AM UTC, original submission:  


UChar32 start, end;
int strLen = uset_getItem (charSet, idx, &start, &end, buffer, 1024, &err);
...
[mSet addCharactersInRange: NSMakeRange(start, end)];


but it should be NSMakeRange(start, (end - start) + 1) right?

X Y <macgritsch>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by CaS (Posted a comment)
  • -email is unavailable- added by macgritsch (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-01-21 CaS StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code