[Issue 9447] iota should generate char intervals too

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 4 10:15:44 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9447


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-04 10:15:42 PST ---
The reason I mentioned Unicode in Issue 8920 is because I'm unsure whether
simply incrementing the integral value of a character will produce a valid
character (valid in how the Unicode standard defines it). 

For ASCII 'a'--'z' it's likely not an issue, but I'm thinking about the case of
wchars and dchars. E.g. we would probably have to use isValidDchar.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list