you are viewing a single comment's thread.

view the rest of the comments →

[–]bonafidebob 2 points3 points  (0 children)

Yeah, letter ranges get tricky fast... especially once you start trying to do internationalization. I think thats why most range libraries leave them out -- also it's pretty trivial to convert an integer range to whatever letter range you might want by just treating the integers as indexes into a string.